From 4ae338d0f2811b4a3f0aefc7c4dbe63587e107af Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 23 Oct 2000 15:34:44 +0000 Subject: 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. --- sys/sys/mutex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') 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 #include #include +#include /* Needed for curproc. */ #ifndef curproc struct proc; extern struct proc *curproc; -- cgit v1.3