summaryrefslogtreecommitdiff
path: root/ares.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-12-04 07:18:13 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-12-04 07:18:13 +0000
commit20e7876430a4bd75f469602d34dcd6c315d0cc0f (patch)
treeb304665d3e64d277b978374f27d6e2bd82b778f9 /ares.h
parent413f8dd2a7254eaba7d636b58a22d0d7b79de7fa (diff)
downloadc-ares-20e7876430a4bd75f469602d34dcd6c315d0cc0f.tar.gz
c-ares-20e7876430a4bd75f469602d34dcd6c315d0cc0f.tar.bz2
c-ares-20e7876430a4bd75f469602d34dcd6c315d0cc0f.zip
Bring the sys/include.h include test in line with curl's.
Diffstat (limited to 'ares.h')
-rw-r--r--ares.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares.h b/ares.h
index 569147c..495130d 100644
--- a/ares.h
+++ b/ares.h
@@ -29,10 +29,11 @@
#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__))