]> 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 ecb8977038d034f56538f4837492cdf9bc79177f..92623de72863877b949cd51b436c3250d3b4e958 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.23 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003 Wesley Griffin. All rights reserved.
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
 #include <netdb.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
 
 #include "xmalloc.h"
 #include "key.h"
This page took 0.037112 seconds and 4 git commands to generate.