diff options
Diffstat (limited to 'hw/core')
-rw-r--r-- | hw/core/or-irq.c | 1 | ||||
-rw-r--r-- | hw/core/qdev.c | 1 | ||||
-rw-r--r-- | hw/core/split-irq.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/hw/core/or-irq.c b/hw/core/or-irq.c index 123a8c644a..6ed34d9238 100644 --- a/hw/core/or-irq.c +++ b/hw/core/or-irq.c @@ -23,6 +23,7 @@ */ #include "qemu/osdep.h" +#include "hw/irq.h" #include "hw/or-irq.h" #include "qemu/module.h" diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 94ebc0a4a1..5c4b67a408 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -35,6 +35,7 @@ #include "qemu/error-report.h" #include "qemu/option.h" #include "hw/hotplug.h" +#include "hw/irq.h" #include "hw/boards.h" #include "hw/sysbus.h" diff --git a/hw/core/split-irq.c b/hw/core/split-irq.c index c606f4a802..6808e812b5 100644 --- a/hw/core/split-irq.c +++ b/hw/core/split-irq.c @@ -25,6 +25,7 @@ #include "qemu/osdep.h" #include "hw/core/split-irq.h" +#include "hw/irq.h" #include "qapi/error.h" #include "qemu/module.h" |