From: Gisle Vanem Date: Tue, 6 Feb 2007 18:54:35 +0000 (+0000) Subject: Include and inside HAVE_x_H. X-Git-Tag: curl-7_16_2~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e12220cc4cdc0fe807b23fecbcfa20f8fc14001d;p=thirdparty%2Fcurl.git Include and inside HAVE_x_H. --- diff --git a/ares/adig.c b/ares/adig.c index 6bc87cf03a..059b03492b 100644 --- a/ares/adig.c +++ b/ares/adig.c @@ -21,12 +21,16 @@ #if defined(WIN32) && !defined(WATT32) #include "nameser.h" #else +#ifdef HAVE_SYS_TIME_H #include +#endif #include #include #include #include +#ifdef HAVE_UNISTD_H #include +#endif #include #endif #ifdef HAVE_GETOPT_H