]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mm.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last bunch of codacy treats for tonight. Stop.
[simgrid.git] / src / xbt / mmalloc / mm.c
index 33de568c1f064a276a1b31ee3eae546a2c5a936e..be48e421d3c094ca69d71bc63249545c04197e46 100644 (file)
 
 /* Copyright 1996, 2000 Free Software Foundation  */
 
-#ifdef HAVE_UNISTD_H
+#define _GNU_SOURCE
+#include "src/internal_config.h"
+#if HAVE_UNISTD_H
 #include <unistd.h>             /* Prototypes for lseek, sbrk (maybe) */
 #endif
+
 #include "mfree.c"
 #include "mmalloc.c"
 #include "mrealloc.c"
 #include "mmorecore.c"
 #include "mm_legacy.c"
 #include "mm_module.c"
-#include "mm_diff.c"