summaryrefslogtreecommitdiff
path: root/metastore.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 /metastore.c
parent76760ad49ac9efdf3980cae2e816f899986f5eeb (diff)
parent3c3d9053ea088b160ac7c36c27960da254fba976 (diff)
Merge branch 'impro/switch-xattr-header'
Conflicts: NEWS
Diffstat (limited to 'metastore.c')
-rw-r--r--metastore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/metastore.c b/metastore.c
index 82aabc5..38901de 100644
--- a/metastore.c
+++ b/metastore.c
@@ -23,10 +23,11 @@
#include <sys/stat.h>
#include <getopt.h>
#include <utime.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <errno.h>
#include "metastore.h"
#include "settings.h"