diff options
Diffstat (limited to 'hw/timer/mss-timer.c')
-rw-r--r-- | hw/timer/mss-timer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c index 6add47af99..45f1cf42f9 100644 --- a/hw/timer/mss-timer.c +++ b/hw/timer/mss-timer.c @@ -27,7 +27,10 @@ #include "qemu/main-loop.h" #include "qemu/module.h" #include "qemu/log.h" +#include "hw/irq.h" +#include "hw/qdev-properties.h" #include "hw/timer/mss-timer.h" +#include "migration/vmstate.h" #ifndef MSS_TIMER_ERR_DEBUG #define MSS_TIMER_ERR_DEBUG 0 |