summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/tlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/tlan.c')
-rw-r--r--src/drivers/net/tlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/tlan.c b/src/drivers/net/tlan.c
index 3c773b6a..25d66d82 100644
--- a/src/drivers/net/tlan.c
+++ b/src/drivers/net/tlan.c
@@ -43,7 +43,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>
#include "timer.h"
#include "tlan.h"