diff --git a/src/host_fst.c b/src/host_fst.c index adf87f6..940d63f 100644 --- a/src/host_fst.c +++ b/src/host_fst.c @@ -24,6 +24,15 @@ #include #endif +#ifndef XATTR_FINDERINFO_NAME +#define XATTR_FINDERINFO_NAME "com.apple.FinderInfo" +#endif + +#ifndef XATTR_RESOURCEFORK_NAME +#define XATTR_RESOURCEFORK_NAME "com.apple.ResourceFork" +#endif + + #include "defc.h" #include "gsos.h" #include "fst.h"