aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/fuse/patches/100-missing_includes.patch
blob: e74a1870f00425c6f2ae45237a893ac734af5ca6 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -32,6 +32,7 @@
 #include <sys/stat.h>
 #include <sys/statvfs.h>
 #include <sys/uio.h>
+#include <sys/file.h>
 
 #ifdef __cplusplus
 extern "C" {