Merge pull request #2811 from haiwen/add_xattr

Add xattr header for mac
This commit is contained in:
feiniks 2024-08-20 17:50:53 +08:00 committed by GitHub
commit 303ef33146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@
#include <utime.h>
#endif
#ifdef __linux__
#if defined __linux__ || defined __APPLE__
#include <sys/xattr.h>
#endif