Skip to content
Snippets Groups Projects
Commit 0406b1fa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

skip sys/socket.h on windows CE

parent 65dbee01
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment