diff options
Diffstat (limited to 'hw/acpi')
| -rw-r--r-- | hw/acpi/core.c | 1 | ||||
| -rw-r--r-- | hw/acpi/piix4.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/acpi/core.c b/hw/acpi/core.c index 228828a494..39e9fb1a6c 100644 --- a/hw/acpi/core.c +++ b/hw/acpi/core.c @@ -22,6 +22,7 @@ #include "qemu/osdep.h" #include "sysemu/sysemu.h" #include "hw/hw.h" +#include "hw/irq.h" #include "hw/acpi/acpi.h" #include "hw/nvram/fw_cfg.h" #include "qemu/config-file.h" diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 0d8c821f37..8f9a7ba2ab 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -22,6 +22,7 @@ #include "qemu/osdep.h" #include "hw/hw.h" #include "hw/i386/pc.h" +#include "hw/irq.h" #include "hw/isa/apm.h" #include "hw/i2c/pm_smbus.h" #include "hw/pci/pci.h" |