diff options
Diffstat (limited to 'src/drivers/net/pcnet32.c')
-rw-r--r-- | src/drivers/net/pcnet32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/pcnet32.c b/src/drivers/net/pcnet32.c index 223bc1e2..b7b4c025 100644 --- a/src/drivers/net/pcnet32.c +++ b/src/drivers/net/pcnet32.c @@ -43,8 +43,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include "etherboot.h" #include "nic.h" -#include <gpxe/pci.h> -#include <gpxe/ethernet.h> +#include <ipxe/pci.h> +#include <ipxe/ethernet.h> #include "mii.h" /* void hex_dump(const char *data, const unsigned int len); */ |