diff options
Diffstat (limited to 'sys/kern/kern_prot.c')
-rw-r--r-- | sys/kern/kern_prot.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index 41e5192..281fc62 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -36,13 +36,15 @@ * SUCH DAMAGE. * * @(#)kern_prot.c 8.6 (Berkeley) 1/21/94 - * $Id: kern_prot.c,v 1.36 1997/10/17 23:52:56 davidg Exp $ + * $Id: kern_prot.c,v 1.37 1997/11/06 19:29:12 phk Exp $ */ /* * System calls related to processes and protection */ +#include "opt_compat.h" + #include <sys/param.h> #include <sys/acct.h> #include <sys/systm.h> |