X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58a279d8ca32bc6c9ff69d16d7e2ac815f80db2c..972f3d30a73037b86bb064cea66f25965361e12c:/src/include/xbt/xbt_os_thread.h diff --git a/src/include/xbt/xbt_os_thread.h b/src/include/xbt/xbt_os_thread.h index 870af9bf9c..61d4912064 100644 --- a/src/include/xbt/xbt_os_thread.h +++ b/src/include/xbt/xbt_os_thread.h @@ -31,6 +31,7 @@ typedef struct xbt_os_thread_ *xbt_os_thread_t; #include typedef pthread_key_t xbt_os_thread_key_t; #elif defined(_XBT_WIN32) +#include typedef DWORD xbt_os_thread_key_t; #endif