summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-02-09 09:30:07 +0800
committerTom Rini <[email protected]>2026-02-17 13:50:22 -0600
commitbefa5440b9d484b0d389864e59bcb3aa5d50695a (patch)
tree52480f99d2660c6e71dd7f75afac784e8792f3fd /common
parent87b9ccf6e429323a64359df119df75ddb9d6ddea (diff)
common: cli_hush: Include vsprintf.h
sprintf is used in this file, so include header vsprintf.h. Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'common')
-rw-r--r--common/cli_hush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cli_hush.c b/common/cli_hush.c
index 7bd6943d3ed..fb087960c92 100644
--- a/common/cli_hush.c
+++ b/common/cli_hush.c
@@ -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__