aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mutex.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-10-23 15:34:44 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-10-23 15:34:44 +0000
commit4ae338d0f2811b4a3f0aefc7c4dbe63587e107af (patch)
treefe638c6a6b1c0d4ba4997741be3409329de3da1e /sys/sys/mutex.h
parentc4a1cfd667dc4de73fdec9eac938ef7d57a2c722 (diff)
downloadsrc-4ae338d0f2811b4a3f0aefc7c4dbe63587e107af.tar.gz
src-4ae338d0f2811b4a3f0aefc7c4dbe63587e107af.zip
Put back inclusion of proc.h so that alpha kernels (at the very least)
will compile again. I can't quite see where this was a recursive inclusion. We probably need to do something to fix the alpha, but let's not break it in the interim- it's broken enough.
Notes
Notes: svn path=/head/; revision=67471
Diffstat (limited to 'sys/sys/mutex.h')
-rw-r--r--sys/sys/mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 4d3a9d556e3a..54d4088d8e6c 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -41,6 +41,7 @@
#include <machine/bus.h>
#include <machine/cpufunc.h>
#include <machine/globals.h>
+#include <sys/proc.h> /* Needed for curproc. */
#ifndef curproc
struct proc;
extern struct proc *curproc;