* Stdlib.cs: Import "msvcrt", not "libc". These members are part of the
[mono.git] / support / map.c
index 56c73c8aadf9265ca2db89168e67d58e818bca86..3f6ca3940fb7bc4cae7182eac8d12ba7bd7fed20 100644 (file)
@@ -4,6 +4,7 @@
  * DO NOT MODIFY.
  */
 
+#include <config.h>
 #include "map.h"
 
 #ifndef _GNU_SOURCE
 #endif /* ndef _XOPEN_SOURCE */
 
 #include <sys/types.h>
-#include <sys/wait.h>
 #include <sys/stat.h>
 
 #ifndef PLATFORM_WIN32
 #include <sys/poll.h>
+#include <sys/wait.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <grp.h>