From: John L. Hammond Date: Thu, 25 Jun 2015 06:01:43 +0000 (-0500) Subject: LU-6073 tests: use sys/xattr.h in tests/mpi/*.c X-Git-Tag: 2.7.57~66 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=1178a9f7dc53b8ecfc5b76c494c8156bc039f4be 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 --- 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"