summary refs log tree commit diff stats
path: root/hw/openrisc_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/openrisc_timer.c')
-rw-r--r--hw/openrisc_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/openrisc_timer.c b/hw/openrisc_timer.c
index 7916e61d24..d965be77de 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 */