diff options
Diffstat (limited to 'hw/macio.c')
-rw-r--r-- | hw/macio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/macio.c b/hw/macio.c index eb15b890b1..362afdc7ec 100644 --- a/hw/macio.c +++ b/hw/macio.c @@ -24,7 +24,7 @@ */ #include "hw.h" #include "ppc_mac.h" -#include "pci.h" +#include "pci/pci.h" #include "escc.h" typedef struct MacIOState |