Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix FreeBSD builds
[simgrid.git] / src / include / xbt / parmap.hpp
index e28e78a..f2360eb 100644 (file)
 #include <sys/syscall.h>
 #endif
 
+#if HAVE_PTHREAD_NP_H
+#include <pthread_np.h>
+#endif
+
 XBT_LOG_EXTERNAL_CATEGORY(xbt_parmap);
 
 namespace simgrid {