]> git.llucax.com Git - software/libev.git/blobdiff - evdns.c
*** empty log message ***
[software/libev.git] / evdns.c
diff --git a/evdns.c b/evdns.c
index c12b4f6a0400374a70a00cae38cb7c98eda07ff7..3abd5fbbdc0f8b668025a4ef83d6185d1bf2ef84 100644 (file)
--- a/evdns.c
+++ b/evdns.c
@@ -1,4 +1,4 @@
-/* $Id: evdns.c,v 1.16 2007-11-06 16:09:37 root Exp $ */
+/* $Id: evdns.c,v 1.19 2007-11-06 18:49:32 root Exp $ */
 
 /* The original version of this module was written by Adam Langley; for
  * a history of modifications, check out the subversion logs.
@@ -80,6 +80,7 @@
 
 #include <string.h>
 #include <fcntl.h>
+#include <sys/time.h>
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
@@ -87,6 +88,7 @@
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
+#include <unistd.h>
 #include <limits.h>
 #include <sys/stat.h>
 #include <ctype.h>