diff options
Diffstat (limited to 'hw/timer/m41t80.c')
-rw-r--r-- | hw/timer/m41t80.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/timer/m41t80.c b/hw/timer/m41t80.c index c45b9297d8..914ecac8f4 100644 --- a/hw/timer/m41t80.c +++ b/hw/timer/m41t80.c @@ -8,7 +8,9 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "qemu/log.h" +#include "qemu/module.h" #include "qemu/timer.h" #include "qemu/bcd.h" #include "hw/i2c/i2c.h" |