Namespaces are disabled by default (can be enabled at runtime with a flag). OSX compa...
[rrq/fuse_xattrs.git] / passthrough.h
index 81f8970b922799c46eda9eaeb2d1a718f198fccd..928ec4a2c9210518839bde104c5d7225b37e91cb 100644 (file)
@@ -9,7 +9,11 @@
   See the file COPYING.
 */
 
-#include <fuse.h>
+#ifdef __APPLE__
+    #include <osxfuse/fuse.h>
+#else
+    #include <fuse.h>
+#endif
 
 int xmp_getattr(const char *path, struct stat *stbuf);
 int xmp_access(const char *path, int mask);