]> granicus.if.org Git - curl/commitdiff
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 1e6fc3cc5c862a5d4e74aa9affaf56c6ae728bc2..a9b1c0ea8038d57078327a4a2ce8fbb2eb0a8b5f 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