Commit 6910043d authored by Alexandre Julliard's avatar Alexandre Julliard

winsock: Make sure to include sys/types.h in all cases.

parent a94bd8af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment