aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2006-08-04 18:53:47 +0000
committerDan Fandrich <dan@coneharvesters.com>2006-08-04 18:53:47 +0000
commitc012e2b408db31daf8b581255724d9fde9c37135 (patch)
treeaa89af04c9d835ac103f04b3a3f6050569f2435e /include
parent646a6b604fefbdc019d9e7ff1f1cb1f171c9dcc3 (diff)
Initial stab at making libcurl compile under Minix 3.
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 61842039d..925d5c007 100644
--- a/include/curl/multi.h
+++ b/include/curl/multi.h
@@ -55,7 +55,7 @@
/* 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) || defined(__NetBSD__)
+#if defined(_AIX) || defined(NETWARE) || defined(__NetBSD__) || defined(_MINIX)
#include <sys/select.h>
#endif