From ede8dd0b9c0dcf1a2f1478e5cb4e035c148b9ed1 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 23 Jun 2019 06:57:53 +0200 Subject: src/{device,drivers}: Use 'include ' when appropriate Also, including , is supposed to provide stdint and stddef. Change-Id: I99918a5a77e759bc7d4192d2c3fd6ad493c70248 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33681 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/device/device_util.c | 1 + src/device/oprom/realmode/x86.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/device') diff --git a/src/device/device_util.c b/src/device/device_util.c index df66f5c620..d8a84316c0 100644 --- a/src/device/device_util.c +++ b/src/device/device_util.c @@ -16,6 +16,7 @@ #include #include #include +#include #include /** diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c index 8ba0241ea4..1026ddb7ff 100644 --- a/src/device/oprom/realmode/x86.c +++ b/src/device/oprom/realmode/x86.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3