diff options
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r-- | sys/vm/vm_glue.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index af888fa..30cf0a9 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,9 +59,11 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_glue.c,v 1.54 1996/10/15 03:16:44 dyson Exp $ + * $Id: vm_glue.c,v 1.55 1996/10/17 02:58:20 dyson Exp $ */ +#include "opt_rlimit.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |