added infos about the tools available to test SSL/TLS
[mono.git] / support / map.c
index f6cb26690c235a3a219977c7ebdd812d37a786df..3f6ca3940fb7bc4cae7182eac8d12ba7bd7fed20 100644 (file)
@@ -4,6 +4,7 @@
  * DO NOT MODIFY.
  */
 
+#include <config.h>
 #include "map.h"
 
 #ifndef _GNU_SOURCE
 #ifndef _XOPEN_SOURCE
 #define _XOPEN_SOURCE
 #endif /* ndef _XOPEN_SOURCE */
+
 #include <sys/types.h>
 #include <sys/stat.h>
+
+#ifndef PLATFORM_WIN32
 #include <sys/poll.h>
 #include <sys/wait.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <signal.h>
 #include <grp.h>
+#endif /* ndef PLATFORM_WIN32 */
+
 #include <errno.h>
+#include <signal.h>
 
 int Mono_Posix_FromError (int x, int *r)
 {