Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] 32bits/64bits is declared that way on this arch
[simgrid.git] / src / xbt / xbt_replay.c
index 52e93b1..4b2872b 100644 (file)
@@ -1,4 +1,4 @@
-/* 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
@@ -9,6 +9,7 @@
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/str.h"
+#include "xbt/file.h"
 #include "xbt/replay.h"
 #include <ctype.h>
 #include <wchar.h>