aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-09 07:37:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-09 07:37:27 +0000
commitca04620253b162fedc672695274817d6b3cb3610 (patch)
treefddf6e842c97e49e38b2138734cd78f4dce7dfc7 /include
parent073ef0b36ae508cec152664fb13fc23a64118b57 (diff)
AIX wants sys/select.h
Diffstat (limited to 'include')
-rw-r--r--include/curl/multi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/multi.h b/include/curl/multi.h
index ac114be4d..60291a6f0 100644
--- a/include/curl/multi.h
+++ b/include/curl/multi.h
@@ -49,6 +49,7 @@
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <winsock.h>
#else
+#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>