Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing includes
[simgrid.git] / src / xbt / mmalloc / mm_legacy.c
index 7984ad0..0073245 100644 (file)
@@ -7,6 +7,7 @@
 /* Redefine the classical malloc/free/realloc functions so that they fit well in the mmalloc framework */
 
 #include "mmprivate.h"
+#include "xbt_modinter.h"
 #include "internal_config.h"
 #include <math.h>