diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-02 23:32:01 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-02 23:32:01 +0200 |
commit | c7e8ae67a35a6b578f9a756a59256d8c8933a046 (patch) | |
tree | ad836113c7fa6e770b753a066a81b67fd2f6cbff /metaentry.c | |
parent | 76760ad49ac9efdf3980cae2e816f899986f5eeb (diff) | |
parent | 3c3d9053ea088b160ac7c36c27960da254fba976 (diff) |
Merge branch 'impro/switch-xattr-header'
Conflicts:
NEWS
Diffstat (limited to 'metaentry.c')
-rw-r--r-- | metaentry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metaentry.c b/metaentry.c index 1f45fca..3ed37e8 100644 --- a/metaentry.c +++ b/metaentry.c @@ -25,13 +25,14 @@ #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> -#include <attr/xattr.h> +#include <sys/xattr.h> #include <limits.h> #include <dirent.h> #include <sys/mman.h> #include <utime.h> #include <fcntl.h> #include <stdint.h> +#include <errno.h> #include "metastore.h" #include "metaentry.h" |