diff options
Diffstat (limited to 'hw/i8254.h')
-rw-r--r-- | hw/i8254.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/i8254.h b/hw/i8254.h index ba6b598a99..7d4432e722 100644 --- a/hw/i8254.h +++ b/hw/i8254.h @@ -25,8 +25,8 @@ #ifndef HW_I8254_H #define HW_I8254_H -#include "hw.h" -#include "isa.h" +#include "hw/hw.h" +#include "hw/isa.h" #define PIT_FREQ 1193182 |