summaryrefslogtreecommitdiffstats
path: root/src/console
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-02 12:30:56 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 16:58:21 +0000
commit0932435a02d07299d3b05fc88a9f8a473f85bbf6 (patch)
treee19b6eac2e2eafdfeedaeacf578f8515dd889a18 /src/console
parent4b5ba9436373d1addab13cd38ee6899e49ea029f (diff)
downloadcoreboot-0932435a02d07299d3b05fc88a9f8a473f85bbf6.tar.gz
coreboot-0932435a02d07299d3b05fc88a9f8a473f85bbf6.tar.bz2
coreboot-0932435a02d07299d3b05fc88a9f8a473f85bbf6.zip
console/vsprintf.c: Add <stdarg.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I8c61f2a033f9630d3fa3eb5e364e6f38de5c7064 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68038 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c
index 06b9e494a4da..68926397a661 100644
--- a/src/console/vsprintf.c
+++ b/src/console/vsprintf.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/vtxprintf.h>
+#include <stdarg.h>
#include <string.h>
struct vsnprintf_context {