Commit 0406b1fa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

skip sys/socket.h on windows CE

parent 65dbee01
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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