aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/cmd/xattrtest/xattrtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zfs-tests/cmd/xattrtest/xattrtest.c')
-rw-r--r--tests/zfs-tests/cmd/xattrtest/xattrtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/cmd/xattrtest/xattrtest.c b/tests/zfs-tests/cmd/xattrtest/xattrtest.c
index a93cce7f1..dd3f2a6c9 100644
--- a/tests/zfs-tests/cmd/xattrtest/xattrtest.c
+++ b/tests/zfs-tests/cmd/xattrtest/xattrtest.c
@@ -37,7 +37,7 @@
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>