From: Arnaud Giersch Date: Tue, 28 Feb 2012 17:23:28 +0000 (+0100) Subject: Missing include. X-Git-Tag: exp_20120308~11 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b3b00687a27236ce7a39ffce0faeb43cb8d408d5?hp=32f27222ab67754a105f8530364e3d29e9777658 Missing include. --- diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index e536bf56a7..f81daf78d6 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -8,6 +8,7 @@ #include "xbt/misc.h" #include "simgrid_config.h" /*HAVE_MMAP _XBT_WIN32 */ +#include "gras_config.h" /* MMALLOC_WANT_OVERRIDE_LEGACY */ #include "time.h" /* to seed the random generator */ #include "xbt/sysdep.h"