[PATCH RESEND 04/14] cmd: mem: Include vsprintf.h
"Peng Fan (OSS)" <[email protected]> Tue, 03 Feb 2026 19:32:08 +0800
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Peng Fan <[email protected]> hextoul is used in this file, so include header file vsprintf.h. Signed-off-by: Peng Fan <[email protected]> --- cmd/mem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/mem.c b/cmd/mem.c index d5d7ca2790bdf2d100606963c0c2d48b1c6b6978..8690fc1e4e6b93d78b48cf4c080c7f52bf2504c8 100644 --- a/cmd/mem.c +++ b/cmd/mem.c @@ -26,6 +26,7 @@ #include <mapmem.h> #include <rand.h> #include <time.h> +#include <vsprintf.h> #include <watchdog.h> #include <asm/global_data.h> #include <asm/io.h> -- 2.37.1