aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/heathrow_pic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/intc/heathrow_pic.c')
-rw-r--r--hw/intc/heathrow_pic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/intc/heathrow_pic.c b/hw/intc/heathrow_pic.c
index c282ac4006..cb97c315da 100644
--- a/hw/intc/heathrow_pic.c
+++ b/hw/intc/heathrow_pic.c
@@ -24,10 +24,11 @@
*/
#include "qemu/osdep.h"
-#include "hw/hw.h"
#include "hw/ppc/mac.h"
+#include "migration/vmstate.h"
#include "qemu/module.h"
#include "hw/intc/heathrow_pic.h"
+#include "hw/irq.h"
#include "trace.h"
static inline int heathrow_check_irq(HeathrowPICState *pic)