The file uses map_to_sysmem() from mapmem.h but relies on implicit
includes which may not work in all circumstances

Signed-off-by: Ludwig Nussel <[email protected]>
Reviewed-by: Simon Glass <[email protected]>

---

(no changes since v1)

 test/boot/measurement.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/boot/measurement.c b/test/boot/measurement.c
index 71f503f1567..de4f7ff6196 100644
--- a/test/boot/measurement.c
+++ b/test/boot/measurement.c
@@ -9,6 +9,7 @@
 #include <bootm.h>
 #include <env.h>
 #include <malloc.h>
+#include <mapmem.h>
 #include <test/test.h>
 #include <test/ut.h>
 #include <asm/io.h>
-- 
2.43.0

Reply via email to