[coop] Add possibly unbalanced state switching functions
[mono.git] / mono / utils / mono-poll.c
old mode 100644 (file)
new mode 100755 (executable)
index 7326254..74d39ce
@@ -1,3 +1,10 @@
+#include <config.h>
+
+#ifdef HOST_WIN32
+/* For select */
+#include <winsock2.h>
+#endif
+
 #include "mono-poll.h"
 #include <errno.h>