diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-02-12 04:30:37 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-02-12 04:30:37 +0000 |
| commit | 4edef187b8acc2ca09a38cb6bb6969ff5ead938b (patch) | |
| tree | 4ed418e09d2abca6c5033a32710e2f5170bc5bb4 /sys/dev/pccbb/pccbb_isa.c | |
| parent | ff9a07fa97f4e60d4694bcf0fa17c8e03327f2a2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb/pccbb_isa.c')
| -rw-r--r-- | sys/dev/pccbb/pccbb_isa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index fa990e00eea1f..1d0a698da78b0 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -51,6 +51,9 @@ __FBSDID("$FreeBSD$"); #include <isa/isavar.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcib_private.h> + #include <dev/pccard/pccardreg.h> #include <dev/pccard/pccardvar.h> |
