Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cut include files
[simgrid.git] / include / xbt / xbt_os_thread.h
index f0e976b..a335514 100644 (file)
@@ -8,11 +8,13 @@
 #ifndef XBT_OS_THREAD_H
 #define XBT_OS_THREAD_H
 
-#include "xbt/base.h"
+#include <xbt/base.h>
+#include <xbt/function_types.h>
+
+#include <pthread.h>
 
 SG_BEGIN_DECL()
 
-#include <pthread.h>
 typedef pthread_key_t xbt_os_thread_key_t;
 
 /** @addtogroup XBT_thread