diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 5b0645859b9..9c4490d70b3 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.40 1995/11/11 00:27:00 bde Exp $ + * $Id: vfs_subr.c,v 1.41 1995/11/14 09:19:12 phk Exp $ */ /* @@ -45,6 +45,7 @@ #include #include +#include #include #include #include diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 5b0645859b9..9c4490d70b3 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.40 1995/11/11 00:27:00 bde Exp $ + * $Id: vfs_subr.c,v 1.41 1995/11/14 09:19:12 phk Exp $ */ /* @@ -45,6 +45,7 @@ #include #include +#include #include #include #include