diff --git a/fs/fuse/mount_kc3fs.c b/fs/fuse/mount_kc3fs.c
index 9a37aa9..4e65b7a 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>