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

Public GIT Repository
Merge branch 'master' into 'rework-energy-plugin'
[simgrid.git] / src / xbt / mmalloc / mm.c
index be48e421d3c094ca69d71bc63249545c04197e46..9b15c06d1a51d094c576fcb363ca84d3828afb81 100644 (file)
@@ -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 <unistd.h>             /* Prototypes for lseek, sbrk (maybe) */
 #endif
 
+#include "swag.c"
 #include "mfree.c"
 #include "mmalloc.c"
 #include "mrealloc.c"