]> andersk Git - openssh.git/blobdiff - logintest.c
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[openssh.git] / logintest.c
index 7e9fbbfbbdc1e5a6cac726af7de233410e9438d8..0de928bec066c50518955206785b3a952544fa9c 100644 (file)
@@ -40,7 +40,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <pwd.h>
-#include <netdb.h>
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 #ifdef HAVE_TIME_H
 #include <time.h>
 #endif
This page took 0.031677 seconds and 4 git commands to generate.