From f10776781d9449f1948147af4b06719461ba768d Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 1 Oct 2021 19:53:39 +0200 Subject: [PATCH] lib/hardwaremain: add missing types.h include The u8 type is used in the file, but neither stdint.h not types.h was included in the file. Signed-off-by: Felix Held Change-Id: Ifd67aff9eba01f9618004c869f1473217b3aeae4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58075 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/lib/hardwaremain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index 2f782e7337..cb459038b1 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include