From f77c781169728d58143366a3ebcd51182b028274 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 3 Feb 1998 22:17:45 +0000 Subject: [PATCH] Forward declare a struct and #include so that this file is more "self"-sufficent. --- sys/sys/lockf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index 1af8965a676..2bd1898bdaf 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -34,12 +34,16 @@ * SUCH DAMAGE. * * @(#)lockf.h 8.1 (Berkeley) 6/11/93 - * $Id: lockf.h,v 1.7 1997/02/22 09:45:31 peter Exp $ + * $Id: lockf.h,v 1.8 1997/09/07 05:27:16 bde Exp $ */ #ifndef _SYS_LOCKF_H_ #define _SYS_LOCKF_H_ +#include + +struct vop_advlock_args; + /* * The lockf structure is a kernel structure which contains the information * associated with a byte range lock. The lockf structures are linked into