X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=passthrough.c;h=b827da98968c4645bae6b7bbfb919df3c39b94f5;hb=250b50f64da6281da945fde94b722e08bfa060c9;hp=cacc6b49e93f8730c5846dfdf6950bb06ecee45d;hpb=99a69b6850cc3f8d03ae08c24bc9b89d2c72260c;p=rrq%2Ffuse_xattrs.git diff --git a/passthrough.c b/passthrough.c index cacc6b4..b827da9 100644 --- a/passthrough.c +++ b/passthrough.c @@ -14,7 +14,12 @@ /* For pread()/pwrite()/utimensat() */ #define _XOPEN_SOURCE 700 -#include +#ifdef __APPLE__ + #include +#else + #include +#endif + #include #include #include