]> granicus.if.org Git - curl/commitdiff
Bring the sys/include.h include test in line with curl's.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 4 Dec 2008 07:18:13 +0000 (07:18 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 4 Dec 2008 07:18:13 +0000 (07:18 +0000)
ares/ares.h

index 569147cabb17330379ee5e125172a00914716188..495130d733d5bee0a310b394e4efd430a93fb4f6 100644 (file)
 
 #include <sys/types.h>
 
-#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 <sys/select.h>
 #endif
 #if (defined(NETWARE) && !defined(__NOVELL_LIBC__))