]> andersk Git - openssh.git/blobdiff - includes.h
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
[openssh.git] / includes.h
index a63e87243fcd66caae46ff31961b01b6246d8fbe..37d402ef40d46aa4fb12954ff5894d9b4b2ebdac 100644 (file)
@@ -115,6 +115,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #ifdef HAVE_SYS_UN_H
 # include <sys/un.h> /* For sockaddr_un */
 #endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
 #ifdef HAVE_SYS_BITYPES_H
 # include <sys/bitypes.h> /* For u_intXX_t */
 #endif
@@ -142,6 +145,21 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #ifdef USE_PAM
 # include <security/pam_appl.h>
 #endif
+#ifdef HAVE_READPASSPHRASE_H
+# 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 */
 
This page took 0.048784 seconds and 4 git commands to generate.