summaryrefslogtreecommitdiffstats
path: root/src/console/vtxprintf.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-02 12:33:27 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 17:00:25 +0000
commit419c5785c595574ebb8cce489078856990105a87 (patch)
treeee779495ddd2bbdaf0eae54579633fc86cee28e0 /src/console/vtxprintf.c
parent9483001e7227de146e3094356cc11b64a801c9b8 (diff)
downloadcoreboot-419c5785c595574ebb8cce489078856990105a87.tar.gz
coreboot-419c5785c595574ebb8cce489078856990105a87.tar.bz2
coreboot-419c5785c595574ebb8cce489078856990105a87.zip
console/vtxprintf.c: Add <stdarg.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I221a2bdb19cc7d17265c69d3fe3e1dfb490e7186 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68039 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/console/vtxprintf.c')
-rw-r--r--src/console/vtxprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index fba76bcb71d7..cfba6db420a0 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -6,6 +6,7 @@
#include <console/vtxprintf.h>
#include <ctype.h>
+#include <stdarg.h>
#include <string.h>
#include <types.h>