diff options
-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 |