[PATCH v2 04/14] cmd: mem: Include vsprintf.h
Peng Fan (OSS)
peng.fan at oss.nxp.com
Mon Feb 9 02:30:08 CET 2026
From: Peng Fan <peng.fan at nxp.com>
hextoul is used in this file, so include header file vsprintf.h.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
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
More information about the U-Boot
mailing list