summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 20:28:22 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-16 08:15:26 +0000
commit826459dad959a2d616af53f7cd1541c120f2a2c5 (patch)
tree00a97962288a4c134c79934afb592f030d329c05 /src/console
parent8f20b12c95804cd9e390f709b69796979f43df62 (diff)
downloadcoreboot-826459dad959a2d616af53f7cd1541c120f2a2c5.tar.xz
console/vtxprintf.c: Add missing <types.h>
Change-Id: Icc2b99f9125e9059dbf3de42a1b5ca9727888166 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50565 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/vtxprintf.c2
1 files changed, 1 insertions, 1 deletions
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 <console/vtxprintf.h>
#include <ctype.h>
#include <string.h>
-#include <stdint.h>
+#include <types.h>
#define call_tx(x) tx_byte(x, data)