Add missing header.
This commit is contained in:
parent
4a25988c2e
commit
d2cfcd323d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210245
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue