Merge branch '2022-01-08-further-important-updates'
[platform/kernel/u-boot.git] / common / malloc_simple.c
index eabbb70..0267fb6 100644 (file)
@@ -8,8 +8,10 @@
 #define LOG_CATEGORY LOGC_ALLOC
 
 #include <common.h>
+#include <log.h>
 #include <malloc.h>
 #include <mapmem.h>
+#include <asm/global_data.h>
 #include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;