diff options
Diffstat (limited to 'hw/mips_timer.c')
-rw-r--r-- | hw/mips_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_timer.c b/hw/mips_timer.c index 4e03435ede..e3beee8281 100644 --- a/hw/mips_timer.c +++ b/hw/mips_timer.c @@ -21,7 +21,7 @@ */ #include "hw.h" -#include "mips.h" +#include "mips_cpudevs.h" #include "qemu-timer.h" #define TIMER_FREQ 100 * 1000 * 1000 |