From: Nick Mathewson Date: Mon, 30 Apr 2007 14:52:07 +0000 (+0000) Subject: r12571@catbus: nickm | 2007-04-30 10:51:52 -0400 X-Git-Tag: tor-0.2.0.1-alpha~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2db099fc08a4b28047adc9afe93d45db9502f79;p=thirdparty%2Ftor.git r12571@catbus: nickm | 2007-04-30 10:51:52 -0400 Check for more HAVE_* header defines when building eventdns.c svn:r10063 --- diff --git a/src/or/eventdns.c b/src/or/eventdns.c index 517db58853..6d504bd576 100644 --- a/src/or/eventdns.c +++ b/src/or/eventdns.c @@ -69,8 +69,12 @@ #define _FORTIFY_SOURCE 3 #include +#ifdef HAVE_FCNTL_H #include +#endif +#ifdef HAVE_SYS_TIME_H #include +#endif #ifdef HAVE_STDINT_H #include #endif @@ -78,8 +82,12 @@ #include #include #include +#ifdef HAVE_UNISTD_H #include +#endif +#ifdef HAVE_LIMITS_H #include +#endif #include #include #include