Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new tests and exes for windows.
[simgrid.git] / src / xbt / xbt_os_time.c
index f7e90b2..cd4d420 100644 (file)
@@ -12,9 +12,9 @@
 #include "portable.h"
 #include <math.h>               /* floor */
 
-
 #ifdef _XBT_WIN32
 #include <sys/timeb.h>
+#include <windows.h>
 #endif
 
 double xbt_os_time(void)