Since attr v2.4.48 has removed <attr/xattr.h>, use <sys/xattr.h> provided by glibc. Signed-off-by: Lu Fengqi <lufq.fnst@xxxxxxxxxxxxxx> --- src/t_immutable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_immutable.c b/src/t_immutable.c index 9a4e0169ec60..eadef78f9cbb 100644 --- a/src/t_immutable.c +++ b/src/t_immutable.c @@ -23,7 +23,7 @@ #include <grp.h> #include <libgen.h> #include <sys/acl.h> -#include <attr/xattr.h> +#include <sys/xattr.h> #include <linux/fs.h> #include <linux/magic.h> #include <xfs/xfs.h> -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html