From 56a999c55a1467d7b89d556e226ff5ec2671d620 Mon Sep 17 00:00:00 2001 From: degomme Date: Tue, 18 Mar 2014 16:10:27 +0100 Subject: [PATCH] missing includes --- src/xbt/mmalloc/mm_legacy.c | 1 + src/xbt/mmalloc/mmorecore.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index 7984ad0bfe..0073245ad5 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -7,6 +7,7 @@ /* Redefine the classical malloc/free/realloc functions so that they fit well in the mmalloc framework */ #include "mmprivate.h" +#include "xbt_modinter.h" #include "internal_config.h" #include diff --git a/src/xbt/mmalloc/mmorecore.c b/src/xbt/mmalloc/mmorecore.c index 2182cc4add..014b8b81c2 100644 --- a/src/xbt/mmalloc/mmorecore.c +++ b/src/xbt/mmalloc/mmorecore.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "mmprivate.h" -- 2.20.1