Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 28 Feb 2012 17:23:28 +0000 (18:23 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 28 Feb 2012 17:23:28 +0000 (18:23 +0100)
src/xbt/xbt_main.c

index e536bf5..f81daf7 100644 (file)
@@ -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"