diff options
Diffstat (limited to 'hw/arm_timer.c')
-rw-r--r-- | hw/arm_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm_timer.c b/hw/arm_timer.c index 60e1c63ab6..1902f1a7b9 100644 --- a/hw/arm_timer.c +++ b/hw/arm_timer.c @@ -11,6 +11,7 @@ #include "qemu-timer.h" #include "qemu-common.h" #include "qdev.h" +#include "ptimer.h" /* Common timer implementation. */ |