From 1c5bb3eaa14c4be2cc54700ffe7e9dce193f3219 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 10 Nov 1998 09:16:29 +0000 Subject: add #include where it's needed by MALLOC_DEFINE() --- sys/kern/kern_lockf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/kern/kern_lockf.c') diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index bc73d382339b8..cc1b8a562f209 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. * * @(#)ufs_lockf.c 8.3 (Berkeley) 1/6/94 - * $Id: kern_lockf.c,v 1.18 1998/01/31 07:23:11 eivind Exp $ + * $Id: kern_lockf.c,v 1.19 1998/07/29 17:38:14 bde Exp $ */ #include "opt_debug_lockf.h" #include #include +#include #include #include #include -- cgit v1.2.3