mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
Merge pull request #2811 from haiwen/add_xattr
Add xattr header for mac
This commit is contained in:
commit
303ef33146
@ -52,7 +52,7 @@
|
||||
#include <utime.h>
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined __linux__ || defined __APPLE__
|
||||
#include <sys/xattr.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user