diff options
Diffstat (limited to 'hw/i8254_common.c')
-rw-r--r-- | hw/i8254_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i8254_common.c b/hw/i8254_common.c index a03d7cd458..08ab8d14bd 100644 --- a/hw/i8254_common.c +++ b/hw/i8254_common.c @@ -25,7 +25,7 @@ #include "hw.h" #include "pc.h" #include "isa.h" -#include "qemu-timer.h" +#include "qemu/timer.h" #include "i8254.h" #include "i8254_internal.h" |