Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / lib / bch.c
index c4fac77d611456b116b663b0553d4325c6861fda..de66b1acba54d11e70a2831cb2f724817c6f4a6a 100644 (file)
--- a/lib/bch.c
+++ b/lib/bch.c
 
 #ifndef USE_HOSTCC
 #include <common.h>
+#include <log.h>
+#include <malloc.h>
 #include <ubi_uboot.h>
+#include <dm/devres.h>
 
 #include <linux/bitops.h>
 #else