[PATCH v8 1/8] test: include mapmem.h explicitly
Ludwig Nussel via U-Boot <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot.general,gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260813080943.v8.1.20756bff4397b8b9e5cd57e4be96a99118b7c1ba@changeid> |
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