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:
Alan Somers 2019-07-31 21:48:35 +00:00
parent db90284c31
commit 508abc9494

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>