diff options
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r-- | sys/kern/subr_param.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index b99f78a..5e5b64b 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -36,10 +36,11 @@ * SUCH DAMAGE. * * @(#)param.c 8.2 (Berkeley) 1/21/94 - * $Id: param.c,v 1.13 1995/12/10 13:44:55 phk Exp $ + * $Id: param.c,v 1.14 1996/01/04 20:28:02 wollman Exp $ */ #include "opt_sysvipc.h" +#include "opt_param.h" #include <sys/param.h> #include <sys/systm.h> |