X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b487d5a9259b88670b8cd97e9c16e4b000c11008..e5149b6787696e0041d192b0573dd0882a296c73:/src/mc/mc_safety.c diff --git a/src/mc/mc_safety.c b/src/mc/mc_safety.c index 401c43b772..658c18582f 100644 --- a/src/mc/mc_safety.c +++ b/src/mc/mc_safety.c @@ -4,6 +4,9 @@ /* 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 "mc_state.h" +#include "mc_request.h" +#include "mc_safety.h" #include "mc_private.h" #include "mc_record.h"