From c96fafe66ee186d3d701d50a74cde1ee9e6d6093 Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Mon, 23 Nov 2020 13:24:58 +0900 Subject: [PATCH] Use sys/xattr.h instead of attr/xattr.h is removed from attr 2.4.48. https://git.savannah.nongnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38 Change-Id: I0f5b49f6bc83226d7605d351ec7e60ab5daac493 --- netstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netstat.c b/netstat.c index 897b6bf..b3e5203 100644 --- a/netstat.c +++ b/netstat.c @@ -88,7 +88,7 @@ #include #include #include -#include +#include #if HAVE_SELINUX #include -- 2.7.4