diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-06-12 19:22:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-06-12 19:22:44 +0000 |
| commit | ed0b0e826ee06329efa724bf6e1be7fcc7520006 (patch) | |
| tree | 72f6f60df01c6c2f721e95ba7459baa799c2aebf /sys/dev | |
| parent | 5ef57544fcd3a8e7d89914016f0c07aabc1df8a4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index a1d1d4da80ddf..f29d10a6599c2 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <machine/resource.h> +#include <machine/bus.h> #include <sys/rman.h> #include <dev/pci/pcivar.h> |
