Add missing header.

This commit is contained in:
Martin Blapp 2008-03-31 13:40:04 +00:00
parent 4a25988c2e
commit d2cfcd323d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210245

View file

@ -283,3 +283,13 @@
vput(lowervp);
/*
--- modules/freebsd/vmblock/vfsops.c.orig 2008-03-31 15:25:38.000000000 +0200
+++ modules/freebsd/vmblock/vfsops.c 2008-03-31 15:30:09.000000000 +0200
@@ -52,6 +52,7 @@
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mount.h>
+#include <sys/fcntl.h>
#include <sys/namei.h>
#include <sys/proc.h>
#include <sys/vnode.h>