From 083ba962e25ac03cb08106dafdf024280f0bbc93 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 3 Jul 1995 16:58:38 +0000 Subject: [PATCH] Oops; need fcntl.h. --- sys/kern/vfs_subr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 0eaa4c5ba76a..eebec3aa8297 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: vfs_subr.c,v 1.45 1995/07/02 18:13:15 mycroft Exp $ */ +/* $NetBSD: vfs_subr.c,v 1.46 1995/07/03 16:58:38 mycroft Exp $ */ /* * Copyright (c) 1989, 1993 @@ -49,6 +49,7 @@ #include #include #include +#include #include #include #include