diff options
Diffstat (limited to 'sys/fs/unionfs/union_subr.c')
-rw-r--r-- | sys/fs/unionfs/union_subr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c index 63e25e6..837d025 100644 --- a/sys/fs/unionfs/union_subr.c +++ b/sys/fs/unionfs/union_subr.c @@ -50,7 +50,8 @@ #include <sys/queue.h> #include <sys/mount.h> #include <sys/stat.h> -#include <vm/vm.h> /* for vnode_pager_setsize */ +#include <vm/vm.h> +#include <vm/vm_extern.h> /* for vnode_pager_setsize */ #include <miscfs/union/union.h> #include <sys/proc.h> |