skip sys/socket.h on windows CE
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Jan 2005 15:13:23 +0000 (15:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Jan 2005 15:13:23 +0000 (15:13 +0000)
include/curl/multi.h

index 1e6fc3c..a9b1c0e 100644 (file)
@@ -67,7 +67,9 @@
 #include <sys/select.h>
 #endif
 
+#ifndef _WIN32_WCE
 #include <sys/socket.h>
+#endif
 #include <sys/time.h>
 #include <sys/types.h>
 #endif