From: Peng Fan Date: Mon, 9 Feb 2026 01:30:07 +0000 (+0800) Subject: common: cli_hush: Include vsprintf.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=befa5440b9d484b0d389864e59bcb3aa5d50695a;p=thirdparty%2Fu-boot.git common: cli_hush: Include vsprintf.h sprintf is used in this file, so include header vsprintf.h. Signed-off-by: Peng Fan --- 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__