diff options
Diffstat (limited to 'src/pcibios.c')
-rw-r--r-- | src/pcibios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcibios.c b/src/pcibios.c index 7e5d972d..81735e3d 100644 --- a/src/pcibios.c +++ b/src/pcibios.c @@ -8,6 +8,7 @@ #include "biosvar.h" // GET_GLOBAL #include "bregs.h" // struct bregs #include "hw/pci.h" // pci_config_readl +#include "hw/pcidevice.h" // MaxPCIBus #include "hw/pci_regs.h" // PCI_VENDOR_ID #include "output.h" // dprintf #include "std/pirtable.h" // struct pir_header |