diff options
Diffstat (limited to 'src/drivers/net/sundance.c')
-rw-r--r-- | src/drivers/net/sundance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c index c446ac08..2ee6089d 100644 --- a/src/drivers/net/sundance.c +++ b/src/drivers/net/sundance.c @@ -47,7 +47,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); /* 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 <gpxe/pci.h> +#include <ipxe/pci.h> #include "mii.h" #define drv_version "v1.12" |