Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove internal definitions from public config header
[simgrid.git] / src / xbt / mmalloc / mmorecore.c
index 4a9cbb5..e78ba90 100644 (file)
@@ -10,6 +10,7 @@
 
    Contributed by Fred Fish at Cygnus Support.   fnf@cygnus.com */
 
+#include "src/internal_config.h"
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>             /* Prototypes for lseek */
 #endif
@@ -17,6 +18,7 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 #include <sys/wait.h>
+#include <errno.h>
 
 #include "mmprivate.h"