From a96482acd392f514d249b5ca94e11a0767378f9e Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 10 Sep 2021 16:41:00 -0600 Subject: arch/x86/boot: Add missing include This file uses the asmlinkage macro. BUG=b:179699789 TEST=build guybrush Signed-off-by: Raul E Rangel Change-Id: Id5b73c174aa946b8205b4172609729b0548cbd8c Reviewed-on: https://review.coreboot.org/c/coreboot/+/57567 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/arch/x86/boot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86') diff --git a/src/arch/x86/boot.c b/src/arch/x86/boot.c index 31e7cee4dc..c50ec0e1f1 100644 --- a/src/arch/x86/boot.c +++ b/src/arch/x86/boot.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include -- cgit v1.2.3