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 d965be77de..f6c877f425 100644 --- a/hw/openrisc_timer.c +++ b/hw/openrisc_timer.c @@ -19,7 +19,7 @@ */ #include "cpu.h" -#include "hw.h" +#include "hw/hw.h" #include "qemu/timer.h" #define TIMER_FREQ (20 * 1000 * 1000) /* 20MHz */ |