diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-09-19 00:35:03 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-09-19 00:35:03 +0000 |
| commit | 30d57611e8954c0fe5f04004c17c082150f407c5 (patch) | |
| tree | 02dad628a47e5e265e1d899493d377b5aeffac08 | |
| parent | 9f3aa356413acc227dc1a465a4c26254ae87a128 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aac/aac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 0d91554e2336..3b6e2287defd 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -1794,6 +1794,7 @@ aac_return_aif(struct aac_softc *sc, caddr_t uptr) #ifdef AAC_COMPAT_LINUX +#include <sys/proc.h> #include <machine/../linux/linux.h> #include <machine/../linux/linux_proto.h> #include <compat/linux/linux_ioctl.h> |
