X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=passthrough.h;h=928ec4a2c9210518839bde104c5d7225b37e91cb;hb=2aaa49414e781633db18c263167f5ce27d9d1e22;hp=81f8970b922799c46eda9eaeb2d1a718f198fccd;hpb=3f472567bdd9bc3fbfd99b342ee29b25d5b553be;p=rrq%2Ffuse_xattrs.git diff --git a/passthrough.h b/passthrough.h index 81f8970..928ec4a 100644 --- a/passthrough.h +++ b/passthrough.h @@ -9,7 +9,11 @@ See the file COPYING. */ -#include +#ifdef __APPLE__ + #include +#else + #include +#endif int xmp_getattr(const char *path, struct stat *stbuf); int xmp_access(const char *path, int mask);