summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheoleun Moon <chleun.moon@samsung.com>2020-11-23 13:24:58 +0900
committerCheoleun Moon <chleun.moon@samsung.com>2020-11-23 13:28:06 +0900
commitc96fafe66ee186d3d701d50a74cde1ee9e6d6093 (patch)
treef7fdfbb5e48e1d3da4093747c8e274f8f9def000
parent5b303c3908f49d1e6663dc7ef33a66a24bdc3c76 (diff)
downloadnet-tools-tizen_6.5_base.tar.gz
net-tools-tizen_6.5_base.tar.bz2
net-tools-tizen_6.5_base.zip
<attr/xattr.h> is removed from attr 2.4.48. https://git.savannah.nongnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38 Change-Id: I0f5b49f6bc83226d7605d351ec7e60ab5daac493
-rw-r--r--netstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netstat.c b/netstat.c
index 897b6bf..b3e5203 100644
--- a/netstat.c
+++ b/netstat.c
@@ -88,7 +88,7 @@
#include <sys/stat.h>
#include <net/if.h>
#include <dirent.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#if HAVE_SELINUX
#include <selinux/selinux.h>