From 3e18acabd3ea49133fcd507f09ff44aba7d92fe2 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 29 Apr 2015 18:59:04 +0200 Subject: chromeos: Add missing headers Builds with CHROMEOS fail due to missing includes. Change-Id: I8c88bca8f8cc3247d3f3311777f794c4fdfee3c1 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10029 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/broadwell/romstage/romstage.c | 1 + src/vendorcode/google/chromeos/vboot.c | 1 + src/vendorcode/google/chromeos/vboot_common.c | 1 + 3 files changed, 3 insertions(+) (limited to 'src') diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage/romstage.c index 1741ae6b82..c026004eaf 100644 --- a/src/soc/intel/broadwell/romstage/romstage.c +++ b/src/soc/intel/broadwell/romstage/romstage.c @@ -38,6 +38,7 @@ #include #include #include +#include /* Entry from cache-as-ram.inc. */ void * asmlinkage romstage_main(unsigned long bist, diff --git a/src/vendorcode/google/chromeos/vboot.c b/src/vendorcode/google/chromeos/vboot.c index a151f54619..72163732c2 100644 --- a/src/vendorcode/google/chromeos/vboot.c +++ b/src/vendorcode/google/chromeos/vboot.c @@ -18,6 +18,7 @@ */ #include +#include #include #include #include diff --git a/src/vendorcode/google/chromeos/vboot_common.c b/src/vendorcode/google/chromeos/vboot_common.c index 2e0ab2b75a..68aa31475b 100644 --- a/src/vendorcode/google/chromeos/vboot_common.c +++ b/src/vendorcode/google/chromeos/vboot_common.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3