mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Fix path of pci #includes that I botched.
Also pointed out by: Larry Rosenman
This commit is contained in:
parent
3ad525ef3c
commit
20512f29f2
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/mii/mii.h>
|
||||
#include <dev/mii/miivar.h>
|
||||
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
|
||||
MODULE_DEPEND(rl, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(rl, ether, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue