diff --git a/tests/fs/vfs/t_rmdirrace.c b/tests/fs/vfs/t_rmdirrace.c index 7aa75e4009b1..8cb4fa908d44 100644 --- a/tests/fs/vfs/t_rmdirrace.c +++ b/tests/fs/vfs/t_rmdirrace.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_rmdirrace.c,v 1.6 2010/07/13 11:12:19 pooka Exp $ */ +/* $NetBSD: t_rmdirrace.c,v 1.7 2010/07/19 16:00:45 pooka Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/tests/fs/vfs/t_vfsops.c b/tests/fs/vfs/t_vfsops.c index 25fcec5fbec1..f924d82bd1b9 100644 --- a/tests/fs/vfs/t_vfsops.c +++ b/tests/fs/vfs/t_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_vfsops.c,v 1.3 2010/07/16 17:49:38 njoly Exp $ */ +/* $NetBSD: t_vfsops.c,v 1.4 2010/07/19 16:00:45 pooka Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -30,7 +30,9 @@ #include #include +#include #include +#include #include #include