]> granicus.if.org Git - curl/commitdiff
Include sys/types.h as well. Ray DeGennaro reports successful compiling on
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2003 12:25:32 +0000 (12:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2003 12:25:32 +0000 (12:25 +0000)
AIX when this fix is applied and I cannot see how this will break any
systems.

include/curl/multi.h

index 1d3b123a29bd44f806f1dd6db5872eca6259914b..ac114be4d0d08e408b91f48745fd69296a591f84 100644 (file)
@@ -51,6 +51,7 @@
 #else
 #include <sys/socket.h>
 #include <sys/time.h>
+#include <sys/types.h>
 #endif
 
 #include "curl.h"