X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc48db087894fd960073b3120cebf90e6b2f8c02..2604d800f6a2354637dc78255822c41e7d8a45b5:/src/xbt/mmalloc/mm.c diff --git a/src/xbt/mmalloc/mm.c b/src/xbt/mmalloc/mm.c index be48e421d3..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 @@ -18,6 +18,7 @@ #include /* Prototypes for lseek, sbrk (maybe) */ #endif +#include "swag.c" #include "mfree.c" #include "mmalloc.c" #include "mrealloc.c"