From 6be005551ffd1ace2f7ba1934a910737f2e59575 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 21 Aug 1997 20:33:42 +0000 Subject: #include explicitly in the few places that it is required. --- sys/kern/vfs_subr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern/vfs_subr.c') diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 6b55c85..7f01c7b 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.90 1997/08/04 07:43:28 dyson Exp $ + * $Id: vfs_subr.c,v 1.91 1997/08/16 19:15:08 wollman Exp $ */ /* @@ -63,6 +63,8 @@ #include #include +#include + #include #include #include -- cgit v1.1