Commit 77c7138f2718fe80b553e249a1931db9ab3743b0

Thomas de Grivel 2024-12-31T06:35:59

fix fuse for linux

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/fs/fuse/mount_kc3fs.c b/fs/fuse/mount_kc3fs.c
index b649363..d8544ce 100644
--- a/fs/fuse/mount_kc3fs.c
+++ b/fs/fuse/mount_kc3fs.c
@@ -11,6 +11,7 @@
  * THIS SOFTWARE.
  */
 #include <errno.h>
+#define FUSE_USE_VERSION 26
 #include <fuse.h>
 #include <fuse_opt.h>
 #include <string.h>