diff options
Diffstat (limited to 'src/drivers/net/skel.c')
| -rw-r--r-- | src/drivers/net/skel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/skel.c b/src/drivers/net/skel.c index 5f5fd0ba8..e05239b63 100644 --- a/src/drivers/net/skel.c +++ b/src/drivers/net/skel.c @@ -15,7 +15,7 @@ Skeleton NIC driver for Etherboot /* to get the interface to the body of the program */ #include "nic.h" /* Drag in support for whichever bus(es) we want for this NIC */ -#include "pci.h" +#include <gpxe/pci.h> #include "isa.h" #include "eisa.h" #include "isapnp.h" |
