]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: mem: Include vsprintf.h
authorPeng Fan <peng.fan@nxp.com>
Mon, 9 Feb 2026 01:30:08 +0000 (09:30 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 17 Feb 2026 19:50:22 +0000 (13:50 -0600)
hextoul is used in this file, so include header file vsprintf.h.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
cmd/mem.c

index d5d7ca2790bdf2d100606963c0c2d48b1c6b6978..8690fc1e4e6b93d78b48cf4c080c7f52bf2504c8 100644 (file)
--- 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>