diff options
Diffstat (limited to 'hw/intc/xlnx-zynqmp-ipi.c')
-rw-r--r-- | hw/intc/xlnx-zynqmp-ipi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/xlnx-zynqmp-ipi.c b/hw/intc/xlnx-zynqmp-ipi.c index 43a1b789b5..adc1179014 100644 --- a/hw/intc/xlnx-zynqmp-ipi.c +++ b/hw/intc/xlnx-zynqmp-ipi.c @@ -27,6 +27,7 @@ #include "qemu/osdep.h" #include "hw/sysbus.h" +#include "migration/vmstate.h" #include "hw/register.h" #include "qemu/bitops.h" #include "qemu/log.h" |