summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-02-09 09:30:08 +0800
committerTom Rini <[email protected]>2026-02-17 13:50:22 -0600
commitecbbea0d1657856d1f9515e0ebdd1f9e4be3744e (patch)
treec4211f0d76c387f37daf02de44f4db07072e4983
parentbefa5440b9d484b0d389864e59bcb3aa5d50695a (diff)
cmd: mem: Include vsprintf.h
hextoul is used in this file, so include header file vsprintf.h. Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--cmd/mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mem.c b/cmd/mem.c
index d5d7ca2790b..8690fc1e4e6 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>