summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>