summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/e1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/e1000.c')
-rw-r--r--src/drivers/net/e1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/e1000.c b/src/drivers/net/e1000.c
index 2eb6b333a..a13a7271d 100644
--- a/src/drivers/net/e1000.c
+++ b/src/drivers/net/e1000.c
@@ -52,7 +52,7 @@ Drivers are port from Intel's Linux driver e1000-4.3.15
/* 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>
#include "timer.h"
typedef unsigned char *dma_addr_t;