Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide xbt_swag under the hood of mmalloc, its only remaining user.
[simgrid.git] / src / xbt / mmalloc / mm.c
index be48e42..752f71f 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, 2012-2017. 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"