From 826459dad959a2d616af53f7cd1541c120f2a2c5 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 11 Feb 2021 20:28:22 +0100 Subject: console/vtxprintf.c: Add missing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icc2b99f9125e9059dbf3de42a1b5ca9727888166 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/50565 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/console/vtxprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index c7bb585181..2a5143070d 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -7,7 +7,7 @@ #include #include #include -#include +#include #define call_tx(x) tx_byte(x, data) -- cgit v1.2.3