From e2d152c118af73500d5c6162c0c1407712458742 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 21 Jun 2019 07:06:50 +0200 Subject: arch: Add missing #include ALIGN((a), b) and ALIGN_UP(a, b) needs 'helpers.h' Change-Id: I029c7c5cbb19c7e69997b3d84f929cb61e8e2b23 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33657 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/arch/arm64/fit_payload.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm64') diff --git a/src/arch/arm64/fit_payload.c b/src/arch/arm64/fit_payload.c index fd1bae171a..46bea23053 100644 --- a/src/arch/arm64/fit_payload.c +++ b/src/arch/arm64/fit_payload.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3