From: Oleg Drokin Date: Fri, 4 Aug 2017 18:18:16 +0000 (-0400) Subject: LU-9832 tests: Use sys/sysmacros.h for major/minor/makedev X-Git-Tag: 2.10.52~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=650b7450b612943e7ade76434c3be70b06f58f58;p=fs%2Flustre-release.git LU-9832 tests: Use sys/sysmacros.h for major/minor/makedev This is apparently the standard for GNU libc and they started to warn about it now. Change-Id: I5fe5c7b3cd08b724d77f752987ce1e753cb48d4b Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/28360 Reviewed-by: Patrick Farrell Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons --- diff --git a/lustre/tests/mcreate.c b/lustre/tests/mcreate.c index f3fa364..8774b6b 100644 --- a/lustre/tests/mcreate.c +++ b/lustre/tests/mcreate.c @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include