From ef6139ff0c3dc5b3961d32ad57f1a7c4ce67622c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 4 Jan 2022 19:11:59 +0100 Subject: [PATCH] superio/smsc/sch5545/superio.c: Include `stdint.h` and `bsd/helpers.h` Change-Id: I1b7778b039f57bee5bed4e6e0de562ca052eca39 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/60768 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/smsc/sch5545/superio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/superio/smsc/sch5545/superio.c b/src/superio/smsc/sch5545/superio.c index 7952eb85a7..8165fe06bd 100644 --- a/src/superio/smsc/sch5545/superio.c +++ b/src/superio/smsc/sch5545/superio.c @@ -1,11 +1,13 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include #include #include +#include #include "sch5545.h"