diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-17 12:46:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-17 12:46:42 +0000 |
commit | 5b55f9ecb34a00af236b2275ffa9adab492a93b6 (patch) | |
tree | ad9d9454ef28cd200bcdbacd760a2d33f22adda4 /include | |
parent | 3417e0b0fc580393511fc1c603b7c4c6d022648f (diff) |
Günter Knauf's NetWare changes.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/multi.h | 2 |
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 |