X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=passthrough.c;h=b827da98968c4645bae6b7bbfb919df3c39b94f5;hb=44ba89e4e046391df5001e48b9469f7c0ef254f7;hp=cacc6b49e93f8730c5846dfdf6950bb06ecee45d;hpb=6ca245e1d26401609f4811e90ffed40a09cb51bd;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