skip sys/socket.h on windows CE

This commit is contained in:
Daniel Stenberg 2005-01-18 15:13:23 +00:00
parent 65dbee01e5
commit 0406b1facf
1 changed files with 2 additions and 0 deletions

View 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