]> granicus.if.org Git - curl/commitdiff
AIX wants sys/select.h
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2003 07:37:27 +0000 (07:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2003 07:37:27 +0000 (07:37 +0000)
include/curl/multi.h

index ac114be4d0d08e408b91f48745fd69296a591f84..60291a6f093ceb0496c3d4f43716b9a5591603a0 100644 (file)
@@ -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>