diff options
Diffstat (limited to 'src/coreboot.c')
-rw-r--r-- | src/coreboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot.c b/src/coreboot.c index 983a2b58..126649a2 100644 --- a/src/coreboot.c +++ b/src/coreboot.c @@ -13,7 +13,7 @@ #include "disk.h" // MAXDESCSIZE #include "config.h" // CONFIG_* #include "acpi.h" // find_acpi_features -#include "pci.h" // pci_probe_devices +#include "hw/pci.h" // pci_probe_devices #include "paravirt.h" // PlatformRunningOn |