Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] no unistd here
[simgrid.git] / include / smpi / smpi.h
index 81fc265..6e12098 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2014. The SimGrid Team.
+/* Copyright (c) 2007-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -7,7 +7,11 @@
 #ifndef SMPI_H
 #define SMPI_H
 
+#include <simgrid_config.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
+
 #include <stddef.h>
 #include <sys/time.h>
 #include <xbt/misc.h>