diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-01 20:19:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-01 20:19:13 +0100 |
commit | 8207b8d44693503e1c086aea0fc30c592a59b15d (patch) | |
tree | 8ebb77c7ae0097d4877bed3099a49ce7518a2f63 /package/fuse/patches/patch-lib_fuse_c | |
parent | f3f7a7f082ffce3fe30555c73276f4c070c0b6da (diff) |
another round of updates and musl fixes
Diffstat (limited to 'package/fuse/patches/patch-lib_fuse_c')
-rw-r--r-- | package/fuse/patches/patch-lib_fuse_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/fuse/patches/patch-lib_fuse_c b/package/fuse/patches/patch-lib_fuse_c new file mode 100644 index 000000000..9b3c74e39 --- /dev/null +++ b/package/fuse/patches/patch-lib_fuse_c @@ -0,0 +1,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> |