diff options
Diffstat (limited to 'hw/timer/nrf51_timer.c')
-rw-r--r-- | hw/timer/nrf51_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/nrf51_timer.c b/hw/timer/nrf51_timer.c index 0c90662896..29fb81a744 100644 --- a/hw/timer/nrf51_timer.c +++ b/hw/timer/nrf51_timer.c @@ -13,6 +13,7 @@ #include "qemu/osdep.h" #include "qemu/log.h" +#include "qemu/module.h" #include "hw/arm/nrf51.h" #include "hw/timer/nrf51_timer.h" #include "trace.h" |