diff options
Diffstat (limited to 'hw/hid.c')
-rw-r--r-- | hw/hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ */ #include "hw.h" #include "ui/console.h" -#include "qemu-timer.h" +#include "qemu/timer.h" #include "hid.h" #define HID_USAGE_ERROR_ROLLOVER 0x01 |