From f4792cd47422a7f7bbcb1c38b3a43c5ff151c45e Mon Sep 17 00:00:00 2001 From: Rafal Krypa Date: Fri, 31 May 2013 14:49:42 +0900 Subject: [PATCH] Use xattr.h from libc, not from libattr. This fixes include in libsmack.c introduced in commit f409c17. --- libsmack/libsmack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsmack/libsmack.c b/libsmack/libsmack.c index 7e86a5a..e53a958 100644 --- a/libsmack/libsmack.c +++ b/libsmack/libsmack.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include #define ACC_LEN 5 #define LOAD_LEN (2 * (SMACK_LABEL_LEN + 1) + 2 * ACC_LEN + 1) -- 2.7.4