]> andersk Git - openssh.git/blobdiff - includes.h
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
[openssh.git] / includes.h
index f6aa2ae677259013eb37c24a283f91cd94149191..37d402ef40d46aa4fb12954ff5894d9b4b2ebdac 100644 (file)
@@ -149,6 +149,18 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 # include <readpassphrase.h>
 #endif
 
+#ifdef HAVE_IA_H
+# include <ia.h>
+#endif
+
+#ifdef HAVE_TMPDIR_H
+# include <tmpdir.h>
+#endif
+
+#ifdef HAVE_LIBUTIL_H
+# include <libutil.h> /* Openpty on FreeBSD at least */
+#endif
+
 #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
 
 #include "defines.h"
This page took 0.032119 seconds and 4 git commands to generate.