From d6c57141dd36a41694651ce29546ded4d46a3a2d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 21 Dec 2020 15:17:01 +0200 Subject: soc/intel: Drop indirect include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia19018685749efdd543cb09c06df117690ab9d66 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/48803 Reviewed-by: Angel Pons Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/sgx/sgx.c | 1 + src/soc/intel/common/block/systemagent/systemagent.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/soc/intel/common/block') diff --git a/src/soc/intel/common/block/sgx/sgx.c b/src/soc/intel/common/block/sgx/sgx.c index 8679f1f011..336ed54f06 100644 --- a/src/soc/intel/common/block/sgx/sgx.c +++ b/src/soc/intel/common/block/sgx/sgx.c @@ -11,6 +11,7 @@ #include #include #include +#include #include static inline uint64_t sgx_resource(uint32_t low, uint32_t high) diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 6b039e1c01..ec26fce5ba 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3