diff options
Diffstat (limited to 'sys/miscfs/portal/portal_vfsops.c')
-rw-r--r-- | sys/miscfs/portal/portal_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/portal/portal_vfsops.c b/sys/miscfs/portal/portal_vfsops.c index ede1455..d3680eb 100644 --- a/sys/miscfs/portal/portal_vfsops.c +++ b/sys/miscfs/portal/portal_vfsops.c @@ -35,7 +35,7 @@ * * @(#)portal_vfsops.c 8.6 (Berkeley) 1/21/94 * - * $Id: portal_vfsops.c,v 1.1.1.1 1994/05/24 10:05:06 rgrimes Exp $ + * $Id: portal_vfsops.c,v 1.2 1994/09/21 03:47:04 wollman Exp $ */ /* @@ -44,6 +44,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <kernel.h> #include <sys/time.h> #include <sys/types.h> #include <sys/proc.h> |