diff options
Diffstat (limited to 'hw/mpc8544_guts.c')
-rw-r--r-- | hw/mpc8544_guts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/mpc8544_guts.c b/hw/mpc8544_guts.c index 728723c946..193beab2c2 100644 --- a/hw/mpc8544_guts.c +++ b/hw/mpc8544_guts.c @@ -17,9 +17,9 @@ * */ -#include "hw.h" +#include "hw/hw.h" #include "sysemu/sysemu.h" -#include "sysbus.h" +#include "hw/sysbus.h" #define MPC8544_GUTS_MMIO_SIZE 0x1000 #define MPC8544_GUTS_RSTCR_RESET 0x02 |