summaryrefslogtreecommitdiff
path: root/package/fuse/patches/patch-lib_fuse_c
blob: 9b3c74e395442c1aa6e7382fbfd75a6ee5f642d5 (plain)
1
2
3
4
5
6
7
8
9
10
--- fuse-2.9.3.orig/lib/fuse.c	2013-07-01 09:40:39.000000000 +0200
+++ fuse-2.9.3/lib/fuse.c	2014-01-01 11:45:54.000000000 +0100
@@ -33,6 +33,7 @@
 #include <dlfcn.h>
 #include <assert.h>
 #include <poll.h>
+#include <sys/file.h>
 #include <sys/param.h>
 #include <sys/uio.h>
 #include <sys/time.h>