Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSCV] sys/time.h does not exist here
[simgrid.git] / include / smpi / smpi.h
index 6e12098..a9117e2 100644 (file)
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 
 #include <stddef.h>
-#include <sys/time.h>
 #include <xbt/misc.h>
 #include <xbt/function_types.h>