diff options
Diffstat (limited to 'hw/timer/aspeed_rtc.c')
-rw-r--r-- | hw/timer/aspeed_rtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/aspeed_rtc.c b/hw/timer/aspeed_rtc.c index 19f061c846..5313017353 100644 --- a/hw/timer/aspeed_rtc.c +++ b/hw/timer/aspeed_rtc.c @@ -9,6 +9,7 @@ #include "qemu/osdep.h" #include "qemu-common.h" #include "hw/timer/aspeed_rtc.h" +#include "migration/vmstate.h" #include "qemu/log.h" #include "qemu/timer.h" |