mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
skip sys/socket.h on windows CE
This commit is contained in:
parent
65dbee01e5
commit
0406b1facf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user