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