diff options
Diffstat (limited to 'hw/rtc/twl92230.c')
-rw-r--r-- | hw/rtc/twl92230.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtc/twl92230.c b/hw/rtc/twl92230.c index 0922df5..e8d5eda 100644 --- a/hw/rtc/twl92230.c +++ b/hw/rtc/twl92230.c @@ -20,13 +20,13 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "qemu/timer.h" #include "hw/i2c/i2c.h" #include "hw/irq.h" #include "migration/qemu-file-types.h" #include "migration/vmstate.h" #include "sysemu/sysemu.h" +#include "sysemu/rtc.h" #include "qemu/bcd.h" #include "qemu/module.h" #include "qom/object.h" |