diff options
Diffstat (limited to 'hw/intc/imx_avic.c')
-rw-r--r-- | hw/intc/imx_avic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/imx_avic.c b/hw/intc/imx_avic.c index 022ed05b6f..63fc602a1a 100644 --- a/hw/intc/imx_avic.c +++ b/hw/intc/imx_avic.c @@ -18,6 +18,7 @@ #include "qemu/osdep.h" #include "hw/intc/imx_avic.h" #include "hw/irq.h" +#include "migration/vmstate.h" #include "qemu/log.h" #include "qemu/module.h" |