diff options
Diffstat (limited to 'hw/prep_pci.c')
-rw-r--r-- | hw/prep_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/prep_pci.c b/hw/prep_pci.c index a338f81e11..80e20ac1ae 100644 --- a/hw/prep_pci.c +++ b/hw/prep_pci.c @@ -25,6 +25,7 @@ #include "hw.h" #include "pci.h" #include "pci_host.h" +#include "prep_pci.h" typedef PCIHostState PREPPCIState; |