From 1178a9f7dc53b8ecfc5b76c494c8156bc039f4be Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Thu, 25 Jun 2015 01:01:43 -0500 Subject: [PATCH] LU-6073 tests: use sys/xattr.h in tests/mpi/*.c In lustre/tests/mpi/mdsrate.c include sys/xattr.h rather than attr/xattr.h since the former is more likely to be installed that the latter and provides the needed declarations. Signed-off-by: John L. Hammond Change-Id: I3b3f6a2cc2a5a7153bb3dbff535d7c1b3472f9b8 Reviewed-on: http://review.whamcloud.com/15391 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: Lai Siyao Tested-by: Maloo --- lustre/tests/mpi/mdsrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/mpi/mdsrate.c b/lustre/tests/mpi/mdsrate.c index 0a5e2fc..a3c9f51 100644 --- a/lustre/tests/mpi/mdsrate.c +++ b/lustre/tests/mpi/mdsrate.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include "mpi.h" -- 1.8.3.1