diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-09 07:37:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-09 07:37:27 +0000 |
commit | ca04620253b162fedc672695274817d6b3cb3610 (patch) | |
tree | fddf6e842c97e49e38b2138734cd78f4dce7dfc7 | |
parent | 073ef0b36ae508cec152664fb13fc23a64118b57 (diff) |
AIX wants sys/select.h
-rw-r--r-- | include/curl/multi.h | 1 |
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> |