From 369559379453f9bf0e917635b642e6f70d55a93e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Mar 2019 17:43:29 +0200 Subject: Fix indirect include for endianess MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The function (preprocessor macro) we need is defined in not . Change-Id: I3a86c7050bf853e3a56a15421132240e19f40912 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31704 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/ec/google/wilco/bootblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec/google/wilco/bootblock.c') diff --git a/src/ec/google/wilco/bootblock.c b/src/ec/google/wilco/bootblock.c index dadc5c9a77..183edf3eda 100644 --- a/src/ec/google/wilco/bootblock.c +++ b/src/ec/google/wilco/bootblock.c @@ -14,8 +14,8 @@ */ #include +#include #include -#include #include "bootblock.h" -- cgit v1.2.3