diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index e67b2e55..6702f118 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -27,10 +27,10 @@ #include -#if !defined(FUSE_VERSION) || (FUSE_VERSION < 25) +#if !defined(FUSE_VERSION) || (FUSE_VERSION < 26) #error "***********************************************************" #error "* *" -#error "* Compilation requires at least FUSE version 2.5! *" +#error "* Compilation requires at least FUSE version 2.6.0! *" #error "* *" #error "***********************************************************" #endif