From aa28b9bf9ba0904766b15e7ab8d62a76cb3225da Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:46:26 +0000 Subject: Move x86 specific PC declarations to a separate file x86 definitions (especially CPUState uses) prevent many files from being compiled within libhw. Move x86 specific declarations (APIC stuff) to a separate file. Signed-off-by: Blue Swirl --- hw/ioapic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ioapic.c') diff --git a/hw/ioapic.c b/hw/ioapic.c index b0ad78f241..7ad8018518 100644 --- a/hw/ioapic.c +++ b/hw/ioapic.c @@ -22,6 +22,7 @@ #include "hw.h" #include "pc.h" +#include "apic.h" #include "qemu-timer.h" #include "host-utils.h" -- cgit v1.2.3-55-g7522