From: Dan Fandrich Date: Thu, 4 Dec 2008 07:18:13 +0000 (+0000) Subject: Bring the sys/include.h include test in line with curl's. X-Git-Tag: curl-7_19_3~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2a315a6e850c9812e0beb51b9f84b5b4f9e8919;p=thirdparty%2Fcurl.git Bring the sys/include.h include test in line with curl's. --- diff --git a/ares/ares.h b/ares/ares.h index 569147cabb..495130d733 100644 --- a/ares/ares.h +++ b/ares/ares.h @@ -29,10 +29,11 @@ #include -#if defined(_AIX) || (defined(NETWARE) && defined(__NOVELL_LIBC__)) /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish libc5-based Linux systems. Only include it on system that are known to require it! */ +#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ + defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) #include #endif #if (defined(NETWARE) && !defined(__NOVELL_LIBC__))