diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-02 12:26:47 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-06 17:00:04 +0000 |
commit | 89822add5500a029aa333db5244ea7a41059dd26 (patch) | |
tree | 41106eb857febe02ab63aa0ddc85fb0048a8bb97 /src/console | |
parent | a1f245ca53ab3a55ececefb925117df120bd44a1 (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/console')
-rw-r--r-- | src/console/die.c | 1 |
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 |