Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/68036 )
Change subject: console/die.c: Add <stdarg.h> ......................................................................
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 --- M src/console/die.c 1 file changed, 14 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/src/console/die.c b/src/console/die.c index 3fc88a3..d9e1dee 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