winsock: Make sure to include sys/types.h in all cases.
This commit is contained in:
parent
a94bd8afdd
commit
6910043d6e
|
@ -43,6 +43,7 @@
|
|||
* All we can do is disable all these symbols so that they are not used
|
||||
* inadvertantly.
|
||||
*/
|
||||
# include <sys/types.h>
|
||||
# undef FD_SETSIZE
|
||||
# undef FD_CLR
|
||||
# undef FD_SET
|
||||
|
|
Loading…
Reference in New Issue