Added MonoString<->UTF-32 conversion helper functions.
[mono.git] / mono / metadata / console-unix.c
index b8987c9ec3ae396bcd5851ff549a83944f1e8a33..6a70b350085b9d7183412a63aaf9f9860fc28cf0 100644 (file)
@@ -17,6 +17,9 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <signal.h>
+#ifdef HAVE_SYS_SELECT_H
+#    include <sys/select.h>
+#endif
 #ifdef HAVE_SYS_TIME_H
 #    include <sys/time.h>
 #endif