From 2e800038abc2745cf8f44bba8817f23904411390 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 12 Sep 2020 01:28:46 +0200 Subject: soc/amd/picasso/uart: add missing types.h include BRANCH=zork Change-Id: I51923d72a2ad8dceeef11e15fb6765262dd514d9 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/45309 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/amd/picasso/uart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/picasso/uart.c b/src/soc/amd/picasso/uart.c index 0bf7eb88d7..881bc3e470 100644 --- a/src/soc/amd/picasso/uart.c +++ b/src/soc/amd/picasso/uart.c @@ -9,6 +9,7 @@ #include #include #include +#include static const struct _uart_info { uintptr_t base; -- cgit v1.2.3