Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protect for windows.
[simgrid.git] / src / xbt / parmap.c
index 3012cab..fcf8857 100644 (file)
@@ -5,7 +5,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 #include "gras_config.h"
 #include <unistd.h>
+#ifndef _XBT_WIN32
 #include <sys/syscall.h>
+#endif
+
 #ifdef HAVE_FUTEX_H
        #include <linux/futex.h>
 #else