diff options
Diffstat (limited to 'src/drivers/net/ns83820.c')
| -rwxr-xr-x | src/drivers/net/ns83820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/ns83820.c b/src/drivers/net/ns83820.c index df9eec5a2..30bf0c1c6 100755 --- a/src/drivers/net/ns83820.c +++ b/src/drivers/net/ns83820.c @@ -40,7 +40,7 @@ /* to get the interface to the body of the program */ #include "nic.h" /* to get the PCI support functions, if this is a PCI NIC */ -#include "pci.h" +#include <gpxe/pci.h> #if ARCH == ia64 /* Support 64-bit addressing */ #define USE_64BIT_ADDR |
