From 650b7450b612943e7ade76434c3be70b06f58f58 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Fri, 4 Aug 2017 14:18:16 -0400 Subject: [PATCH] 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 --- lustre/tests/mcreate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1