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/x86/tables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/tables.c') diff --git a/src/arch/x86/tables.c b/src/arch/x86/tables.c index 3cc385b530..0baa58eb2b 100644 --- a/src/arch/x86/tables.c +++ b/src/arch/x86/tables.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3