From 78d0cab36d835c988ef6a75e0a47fb6349ca1300 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 11 Jul 2014 09:44:54 +0300 Subject: IOAPIC: Fix missing stdint include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib26f48d3ac66788246834cdc25d97910cd79fe98 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/6264 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/arch/x86/include/arch/ioapic.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/arch/x86/include/arch/ioapic.h b/src/arch/x86/include/arch/ioapic.h index 7ff47bb018..bb0a35e285 100644 --- a/src/arch/x86/include/arch/ioapic.h +++ b/src/arch/x86/include/arch/ioapic.h @@ -24,6 +24,9 @@ #define IO_APIC_INTERRUPTS 24 #ifndef __ACPI__ + +#include + #define ALL (0xff << 24) #define NONE (0) #define DISABLED (1 << 16) -- cgit v1.2.3