diff options
Diffstat (limited to 'hw/timer/twl92230.c')
| -rw-r--r-- | hw/timer/twl92230.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/timer/twl92230.c b/hw/timer/twl92230.c index c83d803dd8..0ef4fc1fc1 100644 --- a/hw/timer/twl92230.c +++ b/hw/timer/twl92230.c @@ -20,12 +20,14 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "hw/hw.h" #include "qemu/timer.h" #include "hw/i2c/i2c.h" #include "sysemu/sysemu.h" #include "ui/console.h" #include "qemu/bcd.h" +#include "qemu/module.h" #define VERBOSE 1 |