Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68039 )
Change subject: console/vtxprintf.c: Add <stdarg.h> ......................................................................
console/vtxprintf.c: Add <stdarg.h>
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I221a2bdb19cc7d17265c69d3fe3e1dfb490e7186 --- M src/console/vtxprintf.c 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/68039/1
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index fba76bc..cfba6db 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -6,6 +6,7 @@
#include <console/vtxprintf.h> #include <ctype.h> +#include <stdarg.h> #include <string.h> #include <types.h>