diff options
Diffstat (limited to 'hw/ipack/ipack.c')
-rw-r--r-- | hw/ipack/ipack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ipack/ipack.c b/hw/ipack/ipack.c index 6b1b72f94d..30e16696c0 100644 --- a/hw/ipack/ipack.c +++ b/hw/ipack/ipack.c @@ -12,6 +12,9 @@ #include "qapi/error.h" #include "qemu/module.h" #include "hw/ipack/ipack.h" +#include "hw/irq.h" +#include "hw/qdev-properties.h" +#include "migration/vmstate.h" IPackDevice *ipack_device_find(IPackBus *bus, int32_t slot) { |