diff options
Diffstat (limited to 'src/drivers/bus')
| -rw-r--r-- | src/drivers/bus/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 02286b7cf..6352e56b5 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -2,7 +2,7 @@ #include "string.h" #include "console.h" #include "nic.h" -#include "pci.h" +#include <gpxe/pci.h> /* * pci_io.c may know how many buses we have, in which case it can |
