mirror of
https://github.com/curl/curl.git
synced 2026-07-26 10:17:17 +03:00
skip sys/socket.h on windows CE
This commit is contained in:
parent
65dbee01e5
commit
0406b1facf
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue