From a98c4f8bb0517e961a30acdd3d0dce95aa68b96a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 22 Jun 2014 14:35:23 -0700 Subject: tests: attr/xattr.h doesn't exist without libattr-devel fix it Use sys/xattr.h - glibc provided rather than external libs Change-Id: Iacf80c1089f11a5a9b46d24e2a62e41fa0c4f5ae BUG: 1084422 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/8146 Tested-by: Gluster Build System Reviewed-by: M S Vishwanath Bhat --- tests/basic/fops-sanity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basic/fops-sanity.c') diff --git a/tests/basic/fops-sanity.c b/tests/basic/fops-sanity.c index 5012db6362d..4dbb42fd82b 100644 --- a/tests/basic/fops-sanity.c +++ b/tests/basic/fops-sanity.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include -- cgit