X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f9587e71330e7471ef675d2652cee260a0e3a96..71e809a95b7359973c37b0417bc015a7bbdf0a1f:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index a09795351b..0b920bb913 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -16,8 +16,9 @@ #define SIMGRID_MODELCHECKER_H #include +#include /* size_t */ -#include /* HAVE_MC ? */ +#include /* SIMGRID_HAVE_MC ? */ #include @@ -25,7 +26,7 @@ SG_BEGIN_DECL() XBT_PUBLIC(int) MC_random(int min, int max); -#if HAVE_MC +#if SIMGRID_HAVE_MC /* Internal variable used to check if we're running under the MC *