fusefs: fix the build after r350446

fuse needs to include an additional header after r350446

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
asomers 2019-07-31 21:48:35 +00:00
parent 0a9cde2325
commit 1470460eb5

View File

@ -67,6 +67,7 @@
#include <sys/types.h>
#include <sys/counter.h>
#include <sys/limits.h>
#include <sys/uio.h>
#include <sys/stat.h>
#include <sys/vnode.h>