diff options
Diffstat (limited to 'hw/misc/max111x.c')
-rw-r--r-- | hw/misc/max111x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/misc/max111x.c b/hw/misc/max111x.c index d373ece0c9..a713149f16 100644 --- a/hw/misc/max111x.c +++ b/hw/misc/max111x.c @@ -11,7 +11,9 @@ */ #include "qemu/osdep.h" +#include "hw/irq.h" #include "hw/ssi/ssi.h" +#include "migration/vmstate.h" #include "qemu/module.h" typedef struct { |