From: Gisle Vanem Date: Tue, 6 Feb 2007 18:54:35 +0000 (+0000) Subject: Include and inside HAVE_x_H. X-Git-Tag: upstream/1.10.0~1077 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ac09a058c85c07755123c493bc7a9652a12020f;p=platform%2Fupstream%2Fc-ares.git Include and inside HAVE_x_H. --- diff --git a/adig.c b/adig.c index 6bc87cf..059b034 100644 --- a/adig.c +++ b/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