Logo AND Algorithmique Numérique Distribuée

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