Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a bunch of warnings that prevented me from compiling
[simgrid.git] / src / include / xbt / xbt_os_thread.h
index 870af9b..61d4912 100644 (file)
@@ -31,6 +31,7 @@ typedef struct xbt_os_thread_ *xbt_os_thread_t;
 #include <pthread.h>
 typedef pthread_key_t xbt_os_thread_key_t;
 #elif defined(_XBT_WIN32)
+#include <WinDef.h>
 typedef DWORD xbt_os_thread_key_t;
 #endif