Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix doxygen comments ordering
[simgrid.git] / src / xbt / mmalloc / mmorecore.c
index b99f322..c80e74f 100644 (file)
@@ -10,7 +10,8 @@
 
    Contributed by Fred Fish at Cygnus Support.   fnf@cygnus.com */
 
-#ifdef HAVE_UNISTD_H
+#include "src/internal_config.h"
+#if HAVE_UNISTD_H
 #include <unistd.h>             /* Prototypes for lseek */
 #endif
 #include <stdio.h>