From 1fb2e1eb42f60f53286ca2268d1e4442cf17f1a5 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 16 Sep 2021 22:05:52 +0200 Subject: cpu: add missing arch/cpu.h includes Including arch/cpu.h is needed to have the declaration for cpuid_eax. Signed-off-by: Felix Held Change-Id: Ic22aba062117e3afa818fa2fc39cb0738e6a1612 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57725 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/cpu/amd/pi/00730F01/update_microcode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/amd/pi') diff --git a/src/cpu/amd/pi/00730F01/update_microcode.c b/src/cpu/amd/pi/00730F01/update_microcode.c index 8942f0146a..4496bdaac1 100644 --- a/src/cpu/amd/pi/00730F01/update_microcode.c +++ b/src/cpu/amd/pi/00730F01/update_microcode.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include -- cgit v1.2.3