Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delay the inclusion of standard headers so that _CRT_*_NO_WARNINGS gets defined on...
[simgrid.git] / src / xbt / xbt_replay.c
index 4b2872b..2802f52 100644 (file)
@@ -5,12 +5,13 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "internal_config.h"
-#include <errno.h>
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/str.h"
 #include "xbt/file.h"
 #include "xbt/replay.h"
+
+#include <errno.h>
 #include <ctype.h>
 #include <wchar.h>