diff options
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r-- | sys/pci/meteor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index a03963b..17b34ea 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -174,7 +174,7 @@ #include <vm/pmap.h> #include <vm/vm_extern.h> -#include <pci.h> +#include "pci.h" #if NPCI > 0 #include <pci/pcivar.h> #include <pci/pcireg.h> |