Re: [PATCH 05/14] test: log_filter: Include vsprintf.h

David Zang <[email protected]> Sat, 21 Feb 2026 19:27:40 -0600
Newsgroups io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot
Message-ID <CACwB3C9qsVasyMAq2Fw5Ly8RSuFL-k5xTAAEMP0+EdwWbC7=Zw@mail.gmail.com>
On Tue, Feb 3, 2026 at 4:44=E2=80=AFAM Peng Fan (OSS) <[email protected]=
> wrote:

> From: Peng Fan <[email protected]>
>
> snprintf is used, need to include vsprintf.h. Otherwise there will
> be build error after asm/global_data.h is removed.
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
>  test/log/log_filter.c | 1 +
>  1 file changed, 1 insertion(+)
>
> Reviewed-by: David Zang <[email protected]>

David