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 5b9192c28d..914ecac8f4 100644 --- a/hw/timer/m41t80.c +++ b/hw/timer/m41t80.c @@ -8,6 +8,7 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "qemu/log.h" #include "qemu/module.h" #include "qemu/timer.h" |