aboutsummaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/malloc_simple.c')
-rw-r--r--common/malloc_simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/malloc_simple.c b/common/malloc_simple.c
index 4e6d795..0a004d4 100644
--- a/common/malloc_simple.c
+++ b/common/malloc_simple.c
@@ -7,6 +7,7 @@
#define LOG_CATEGORY LOGC_ALLOC
+#include <common.h>
#include <log.h>
#include <malloc.h>
#include <mapmem.h>