common: cli_hush: Include vsprintf.h

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

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

View File

@@ -83,6 +83,7 @@
#include <cli.h>
#include <cli_hush.h>
#include <command.h> /* find_cmd */
#include <vsprintf.h>
#include <asm/global_data.h>
#endif
#ifndef __U_BOOT__