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>
This commit is contained in:
Elyes Haouas
2022-10-02 12:26:47 +02:00
committed by Martin Roth
parent a1f245ca53
commit 89822add55

View File

@@ -2,6 +2,7 @@
#include <console/console.h> #include <console/console.h>
#include <halt.h> #include <halt.h>
#include <stdarg.h>
/* /*
* The method should be overwritten in mainboard directory to signal that a * The method should be overwritten in mainboard directory to signal that a