diff options
Diffstat (limited to 'common/malloc_simple.c')
-rw-r--r-- | common/malloc_simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/malloc_simple.c b/common/malloc_simple.c index eabbb70128..34f0b49093 100644 --- a/common/malloc_simple.c +++ b/common/malloc_simple.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY LOGC_ALLOC #include <common.h> +#include <log.h> #include <malloc.h> #include <mapmem.h> #include <asm/io.h> |