Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more informative error messages on errors within mmalloc
[simgrid.git] / src / xbt / mmalloc / mm.c
index 7aeda84..8c9b3b8 100644 (file)
@@ -13,7 +13,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>    /* Prototypes for lseek, sbrk (maybe) */
+#include <unistd.h>             /* Prototypes for lseek, sbrk (maybe) */
 #endif
 #include "mcalloc.c"
 #include "mfree.c"
@@ -29,3 +29,4 @@
 #include "detach.c"
 #include "keys.c"
 #include "sbrk-sup.c"
+#include "mm_legacy.c"