summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_syscalls.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-03 14:25:27 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-03 14:25:27 +0000
commitb71fec07dbcbbd6b5665aef535e57fa10a3e910c (patch)
treeba9e41138a27f4565955ba86fe3a5a131647e3fc /sys/kern/vfs_syscalls.c
parent4e4e09596dc1fc6fa74088a8ee6394ce60a8a513 (diff)
downloadsrc-test2-b71fec07dbcbbd6b5665aef535e57fa10a3e910c.tar.gz
src-test2-b71fec07dbcbbd6b5665aef535e57fa10a3e910c.zip
Notes
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r--sys/kern/vfs_syscalls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 3870776201f5..206796b13aaf 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94
- * $Id: vfs_syscalls.c,v 1.48 1996/05/24 16:19:23 peter Exp $
+ * $Id: vfs_syscalls.c,v 1.49 1996/09/03 07:09:03 davidg Exp $
*/
/*
@@ -56,6 +56,7 @@
#include <sys/kernel.h>
#include <sys/file.h>
#include <sys/stat.h>
+#include <sys/unistd.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/proc.h>