From befa5440b9d484b0d389864e59bcb3aa5d50695a Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 9 Feb 2026 09:30:07 +0800 Subject: common: cli_hush: Include vsprintf.h sprintf is used in this file, so include header vsprintf.h. Signed-off-by: Peng Fan --- common/cli_hush.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 #include #include /* find_cmd */ +#include #include #endif #ifndef __U_BOOT__ -- cgit v1.3.1