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>
This commit is contained in:
Elyes HAOUAS 2021-02-11 20:28:22 +01:00 committed by Patrick Georgi
parent 8f20b12c95
commit 826459dad9
1 changed files with 1 additions and 1 deletions

View File

@ -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)