]> andersk Git - openssh.git/blobdiff - dns.c
- stevesk@cvs.openbsd.org 2006/07/22 19:08:54
[openssh.git] / dns.c
diff --git a/dns.c b/dns.c
index ecb8977038d034f56538f4837492cdf9bc79177f..16954a6a1f0ebc131b7d8ec119768edf3764dd32 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dns.c,v 1.17 2006/03/19 18:51:18 deraadt Exp $        */
+/* $OpenBSD: dns.c,v 1.20 2006/07/08 21:47:12 stevesk Exp $ */
 
 /*
  * Copyright (c) 2003 Wesley Griffin. All rights reserved.
 
 #include "includes.h"
 
-#include <netdb.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 
 #include "xmalloc.h"
 #include "key.h"
This page took 0.031533 seconds and 4 git commands to generate.