Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing includes
authordegomme <degomme@localhost.localdomain>
Tue, 18 Mar 2014 15:10:27 +0000 (16:10 +0100)
committerdegomme <degomme@localhost.localdomain>
Tue, 18 Mar 2014 15:10:27 +0000 (16:10 +0100)
src/xbt/mmalloc/mm_legacy.c
src/xbt/mmalloc/mmorecore.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>
 
index 2182cc4..014b8b8 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <fcntl.h>
 #include <sys/mman.h>
+#include <sys/wait.h>
 
 #include "mmprivate.h"