cmd: mem: Include vsprintf.h

hextoul is used in this file, so include header file vsprintf.h.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2026-02-09 09:30:08 +08:00
committed by Tom Rini
parent befa5440b9
commit ecbbea0d16

View File

@@ -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>