]> andersk Git - openssh.git/blobdiff - dns.c
- jmc@cvs.openbsd.org 2006/07/12 13:39:55
[openssh.git] / dns.c
diff --git a/dns.c b/dns.c
index ecb8977038d034f56538f4837492cdf9bc79177f..504b5d72e8907eabb8c0cbe3273df691d4e76bd1 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.
@@ -27,6 +27,9 @@
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
 #include <netdb.h>
 
 #include "xmalloc.h"
This page took 0.030501 seconds and 4 git commands to generate.