Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "try harder to get useconds_t from unistd.h"
[simgrid.git] / include / smpi / smpi.h
index a1ba3a0..490a9e7 100644 (file)
@@ -6,9 +6,7 @@
 #ifndef SMPI_H
 #define SMPI_H
 
-#define __USE_XOPEN /* pick useconds_t in unistd.h */
 #include <unistd.h>
-
 #include <sys/time.h>
 #if _POSIX_TIMERS
 #include <time.h>