diff options
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r-- | sys/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c index a65249b..d7c6b41 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -54,7 +54,7 @@ #include <pci/pcireg.h> #include <pci/pcivar.h> -#include <pci/pci_ioctl.h> +#include <sys/pciio.h> #ifdef APIC_IO #include <machine/smp.h> |