summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-19 00:35:03 +0000
committermsmith <msmith@FreeBSD.org>2000-09-19 00:35:03 +0000
commitd9fb5a86b56083f3745311a60c12fc62fa4e8736 (patch)
treeff7f036f70e46d5dda27ddea335fe9f8e84ef006 /sys
parent4cfb55034a529f20ca92bb8804078de430c45790 (diff)
downloadFreeBSD-src-d9fb5a86b56083f3745311a60c12fc62fa4e8736.zip
FreeBSD-src-d9fb5a86b56083f3745311a60c12fc62fa4e8736.tar.gz
Include <sys/proc.h> so that we can dereference something in the proc
structure. Looks like someone removed a nested include somewhere else. Submitted by: gallatin, dg
Diffstat (limited to 'sys')
-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 0d91554..3b6e228 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>
OpenPOWER on IntegriCloud