diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 08:34:55 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 08:34:55 +0000 |
| commit | 3ea57f9da27ed84af1c3d8a79b11052729cb9283 (patch) | |
| tree | a4c569bc3f71280132edd1a30a527712d68b0d8c /sys/kern/subr_param.c | |
| parent | 0c2383102b9a9e7cfc202713e72a040838ce3ddd (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
| -rw-r--r-- | sys/kern/subr_param.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index 6736b9688de2..ef98c59c6e25 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * @(#)param.c 8.3 (Berkeley) 8/20/94 - * $Id: param.c,v 1.30 1998/07/11 13:06:38 bde Exp $ + * $Id: param.c,v 1.31 1998/11/05 14:28:17 dg Exp $ */ +#include <stddef.h> + #include "opt_sysvipc.h" #include "opt_param.h" |
