diff options
-rw-r--r-- | sys/dev/cy/cy_pci.c | 1 | ||||
-rw-r--r-- | sys/pci/cy_pci.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index e1158d2..f7e2414 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -36,6 +36,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/bus.h> #include <vm/vm.h> #include <vm/pmap.h> diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index e1158d2..f7e2414 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -36,6 +36,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/bus.h> #include <vm/vm.h> #include <vm/pmap.h> |