diff options
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r-- | common/dlmalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c index b29a7cfd93..cf0270a9c1 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -1,5 +1,6 @@ #include <common.h> #include <log.h> +#include <asm/global_data.h> #if CONFIG_IS_ENABLED(UNIT_TEST) #define DEBUG |