]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_replay.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix missing #include in Windows
[simgrid.git] / src / xbt / xbt_replay.c
index 52e93b14e4d84e889beeb43e2736306d4f684c56..2802f52698739f9cd059d0bc10a1f9eccb3626f1 100644 (file)
@@ -1,15 +1,17 @@
-/* Copyright (c) 2010, 2012-2014. The SimGrid Team.
+/* Copyright (c) 2010, 2012-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * 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>