]> andersk Git - openssh.git/blobdiff - dns.c
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[openssh.git] / dns.c
diff --git a/dns.c b/dns.c
index 504b5d72e8907eabb8c0cbe3273df691d4e76bd1..16954a6a1f0ebc131b7d8ec119768edf3764dd32 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -30,7 +30,9 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#include <netdb.h>
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 
 #include "xmalloc.h"
 #include "key.h"
This page took 0.02953 seconds and 4 git commands to generate.