diff options
Diffstat (limited to 'hw/openrisc_timer.c')
-rw-r--r-- | hw/openrisc_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/openrisc_timer.c b/hw/openrisc_timer.c index 7916e61d2..d965be77d 100644 --- a/hw/openrisc_timer.c +++ b/hw/openrisc_timer.c @@ -20,7 +20,7 @@ #include "cpu.h" #include "hw.h" -#include "qemu-timer.h" +#include "qemu/timer.h" #define TIMER_FREQ (20 * 1000 * 1000) /* 20MHz */ |