Fix missing fd_set type under Cygwin (Issue 137)

pull/142/head
Jeffrey Walton 2016-02-15 01:01:37 -05:00
parent 6a3abcd7de
commit a60342b2ae
1 changed files with 0 additions and 3 deletions

3
wait.h
View File

@ -13,9 +13,6 @@
#include <winsock2.h> #include <winsock2.h>
#else #else
#include <sys/types.h> #include <sys/types.h>
#endif
#if defined(__ANDROID__)
#include <sys/select.h> #include <sys/select.h>
#endif #endif