aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-17 12:46:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-17 12:46:42 +0000
commit5b55f9ecb34a00af236b2275ffa9adab492a93b6 (patch)
treead9d9454ef28cd200bcdbacd760a2d33f22adda4 /include
parent3417e0b0fc580393511fc1c603b7c4c6d022648f (diff)
Günter Knauf's NetWare changes.
Diffstat (limited to 'include')
-rw-r--r--include/curl/multi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/multi.h b/include/curl/multi.h
index 0ed48bf2b..b2d821826 100644
--- a/include/curl/multi.h
+++ b/include/curl/multi.h
@@ -55,10 +55,10 @@
#include <winsock2.h>
#else
-#ifdef _AIX
/* 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(NETWARE)
#include <sys/select.h>
#endif