]> andersk Git - openssh.git/blobdiff - dns.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / dns.c
diff --git a/dns.c b/dns.c
index 16954a6a1f0ebc131b7d8ec119768edf3764dd32..92623de72863877b949cd51b436c3250d3b4e958 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.20 2006/07/08 21:47:12 stevesk Exp $ */
+/* $OpenBSD: dns.c,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003 Wesley Griffin. All rights reserved.
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#if defined(HAVE_NETDB_H)
-# include <netdb.h>
-#endif
+#include <netdb.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
 
 #include "xmalloc.h"
 #include "key.h"
This page took 0.047964 seconds and 4 git commands to generate.