aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-02 12:26:47 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 17:00:04 +0000
commit89822add5500a029aa333db5244ea7a41059dd26 (patch)
tree41106eb857febe02ab63aa0ddc85fb0048a8bb97 /src
parenta1f245ca53ab3a55ececefb925117df120bd44a1 (diff)
console/die.c: Add <stdarg.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I2ee8ef017d8a3409cbf47f1ed252a512dead224e Reviewed-on: https://review.coreboot.org/c/coreboot/+/68036 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/console/die.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/die.c b/src/console/die.c
index 3fc88a3e4c..d9e1dee2b9 100644
--- a/src/console/die.c
+++ b/src/console/die.c
@@ -2,6 +2,7 @@
#include <console/console.h>
#include <halt.h>
+#include <stdarg.h>
/*
* The method should be overwritten in mainboard directory to signal that a