diff options
Diffstat (limited to 'hw/ptimer.h')
-rw-r--r-- | hw/ptimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ptimer.h b/hw/ptimer.h index 9d172f7764..28fcaf17f8 100644 --- a/hw/ptimer.h +++ b/hw/ptimer.h @@ -9,7 +9,7 @@ #define PTIMER_H #include "qemu-common.h" -#include "qemu-timer.h" +#include "qemu/timer.h" #include "migration/vmstate.h" /* ptimer.c */ |