aboutsummaryrefslogtreecommitdiff
path: root/hw/core/or-irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/or-irq.c')
-rw-r--r--hw/core/or-irq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/core/or-irq.c b/hw/core/or-irq.c
index 123a8c644a..18d63831cd 100644
--- a/hw/core/or-irq.c
+++ b/hw/core/or-irq.c
@@ -23,7 +23,10 @@
*/
#include "qemu/osdep.h"
+#include "hw/irq.h"
#include "hw/or-irq.h"
+#include "hw/qdev-properties.h"
+#include "migration/vmstate.h"
#include "qemu/module.h"
static void or_irq_handler(void *opaque, int n, int level)