Use xattr.h from libc, not from libattr.
authorRafal Krypa <r.krypa@samsung.com>
Fri, 31 May 2013 05:49:42 +0000 (14:49 +0900)
committerRafał Krypa <rafal@krypa.net>
Fri, 31 May 2013 05:56:22 +0000 (14:56 +0900)
This fixes include in libsmack.c introduced in commit f409c17.

libsmack/libsmack.c

index 7e86a5a..e53a958 100644 (file)
@@ -37,7 +37,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <limits.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 
 #define ACC_LEN 5
 #define LOAD_LEN (2 * (SMACK_LABEL_LEN + 1) + 2 * ACC_LEN + 1)