]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/malloc_simple.c
common: Make sure arch-specific map_sysmem() is defined
[people/ms/u-boot.git] / common / malloc_simple.c
index 64ae0365afc52f055621e2c2e6e18e9c095dc9ed..d445199c58aaa3a6b06c3b102b06f23b61193855 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <malloc.h>
+#include <mapmem.h>
 #include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;