From 0932435a02d07299d3b05fc88a9f8a473f85bbf6 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 2 Oct 2022 12:30:56 +0200 Subject: console/vsprintf.c: Add Signed-off-by: Elyes Haouas Change-Id: I8c61f2a033f9630d3fa3eb5e364e6f38de5c7064 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68038 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/console/vsprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/console/vsprintf.c') diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index 06b9e494a4..68926397a6 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include struct vsnprintf_context { -- cgit v1.2.3