diff --git a/bin/fuse_pascal.cpp b/bin/fuse_pascal.cpp index ccfa4c4..2f6d72a 100644 --- a/bin/fuse_pascal.cpp +++ b/bin/fuse_pascal.cpp @@ -9,8 +9,12 @@ #include + +#ifdef __APPLE__ #define __FreeBSD__ 10 #define __DARWIN_64_BIT_INO_T 1 +#endif + #define _FILE_OFFSET_BITS 64 #define FUSE_USE_VERSION 27