Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error on windows.
[simgrid.git] / src / xbt / xbt_rl_time.c
index bd035b1..1fbf9eb 100644 (file)
@@ -25,3 +25,4 @@ void xbt_sleep(double sec)
 {
   xbt_os_sleep(sec);
 }
+