X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..565c0d68c7bab7cf6802de0191817cdc9700786e:/src/xbt/xbt_replay.c diff --git a/src/xbt/xbt_replay.c b/src/xbt/xbt_replay.c index 5012744fd4..9be103fa42 100644 --- a/src/xbt/xbt_replay.c +++ b/src/xbt/xbt_replay.c @@ -4,12 +4,14 @@ /* 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 +#include "src/internal_config.h" #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/str.h" +#include "xbt/file.h" #include "xbt/replay.h" + +#include #include #include @@ -138,7 +140,7 @@ void xbt_replay_action_unregister(const char *action_name) int _xbt_replay_action_init(void) { if (xbt_action_funs) - return 0; + return 0; is_replay_active = 1; xbt_action_funs = xbt_dict_new_homogeneous(NULL); xbt_action_queues = xbt_dict_new_homogeneous(NULL);