X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4d071afeab4b3ff0a50eefbf48a391d4e8978aa..2604d800f6a2354637dc78255822c41e7d8a45b5:/src/xbt/mmalloc/mm.c diff --git a/src/xbt/mmalloc/mm.c b/src/xbt/mmalloc/mm.c index d395c8d461..9b15c06d1a 100644 --- a/src/xbt/mmalloc/mm.c +++ b/src/xbt/mmalloc/mm.c @@ -4,7 +4,7 @@ behavior. It should also still be possible to build the library as a standard library with multiple objects. */ -/* Copyright (c) 2010, 2012-2014. The SimGrid Team. +/* Copyright (c) 2010-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -12,9 +12,13 @@ /* Copyright 1996, 2000 Free Software Foundation */ +#define _GNU_SOURCE +#include "src/internal_config.h" #if HAVE_UNISTD_H #include /* Prototypes for lseek, sbrk (maybe) */ #endif + +#include "swag.c" #include "mfree.c" #include "mmalloc.c" #include "mrealloc.c"