summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-09-19 00:35:03 +0000
committerMike Smith <msmith@FreeBSD.org>2000-09-19 00:35:03 +0000
commit30d57611e8954c0fe5f04004c17c082150f407c5 (patch)
tree02dad628a47e5e265e1d899493d377b5aeffac08
parent9f3aa356413acc227dc1a465a4c26254ae87a128 (diff)
Notes
-rw-r--r--sys/dev/aac/aac.c1
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>