diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_wxvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wxvar.h b/sys/dev/pci/if_wxvar.h index c0b3a7f83d4..b73861466ee 100644 --- a/sys/dev/pci/if_wxvar.h +++ b/sys/dev/pci/if_wxvar.h @@ -279,9 +279,11 @@ struct wxmdvar { #endif #include <vm/vm.h> -#include <vm/vm_kern.h> +#include <uvm/uvm_extern.h> + #include <machine/bus.h> #include <machine/intr.h> + #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> |