From 6c59fec448a44124a643ad22a940597e1f325266 Mon Sep 17 00:00:00 2001 From: Ken Dawson Date: Sat, 3 Jan 2015 04:08:18 +0000 Subject: Use sys/xattr.h instead of attr/xattr.h. xattr.h from libattr is not necessary, because glibc ships its own xattr.h for many years already (since v2.3, so it's like 13 years). libattr's header included errno.h, thus now it needs to be included explicitly. Signed-off-by: Przemyslaw Pawelczyk --- metaentry.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'metaentry.c') diff --git a/metaentry.c b/metaentry.c index 1f45fca..3ed37e8 100644 --- a/metaentry.c +++ b/metaentry.c @@ -25,13 +25,14 @@ #include #include #include -#include +#include #include #include #include #include #include #include +#include #include "metastore.h" #include "metaentry.h" -- cgit v1.2.1