From 5f12b7b214cb9658fb9d04754fc7d2882b63b4af Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 16 Sep 2021 22:00:24 +0200 Subject: mb/scaleway/tagada/bmcinfo: replace stdbool.h include with types.h Apart from the u8, u16 and u32 types, the bool type is used in this file so include types.h instead of stdint.h to have bool defined too. Signed-off-by: Felix Held Change-Id: I95f037deb0fe11b717586df655065bfbb33b0d23 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57724 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/scaleway/tagada/bmcinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/scaleway') diff --git a/src/mainboard/scaleway/tagada/bmcinfo.c b/src/mainboard/scaleway/tagada/bmcinfo.c index 099d37e337..e015837ded 100644 --- a/src/mainboard/scaleway/tagada/bmcinfo.c +++ b/src/mainboard/scaleway/tagada/bmcinfo.c @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include +#include #include "bmcinfo.h" -- cgit v1.2.3