summaryrefslogtreecommitdiff
path: root/metaentry.c
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-02 23:32:01 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-02 23:32:01 +0200
commitc7e8ae67a35a6b578f9a756a59256d8c8933a046 (patch)
treead836113c7fa6e770b753a066a81b67fd2f6cbff /metaentry.c
parent76760ad49ac9efdf3980cae2e816f899986f5eeb (diff)
parent3c3d9053ea088b160ac7c36c27960da254fba976 (diff)
Merge branch 'impro/switch-xattr-header'
Conflicts: NEWS
Diffstat (limited to 'metaentry.c')
-rw-r--r--metaentry.c3
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"