From abeac3adcbfa4b853b9a7d727f5c6b134fad6fe5 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 15 May 2018 09:33:40 +0200 Subject: attr/xattr.h is deprecated. Use sys/xattr.h instead Signed-off-by: Anthony G. Basile --- scripts/paxmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/paxmodule.c b/scripts/paxmodule.c index 1355f86..6a93420 100644 --- a/scripts/paxmodule.c +++ b/scripts/paxmodule.c @@ -45,7 +45,7 @@ #endif #ifdef XTPAX - #include + #include #define PAX_NAMESPACE "user.pax.flags" #endif -- cgit v1.2.3-65-gdbad