Module Name: src Committed By: pooka Date: Tue Jul 13 11:53:48 UTC 2010
Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: make compile on HEAD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/fs/vfs/t_vfsops.c diff -u src/tests/fs/vfs/t_vfsops.c:1.1 src/tests/fs/vfs/t_vfsops.c:1.2 --- src/tests/fs/vfs/t_vfsops.c:1.1 Tue Jul 13 11:51:59 2010 +++ src/tests/fs/vfs/t_vfsops.c Tue Jul 13 11:53:47 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: t_vfsops.c,v 1.1 2010/07/13 11:51:59 pooka Exp $ */ +/* $NetBSD: t_vfsops.c,v 1.2 2010/07/13 11:53:47 pooka Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -30,6 +30,7 @@ #include <sys/statvfs.h> #include <atf-c.h> +#include <fcntl.h> #include <unistd.h> #include <rump/rump_syscalls.h>