1Subject: fix to build with glibc 2.25
2
3Upstream-Status: Pending
4
5Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
6---
7 src/md.c | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/src/md.c b/src/md.c
11index 3725f9a..202225b 100644
12--- a/src/md.c
13+++ b/src/md.c
14@@ -26,6 +26,7 @@
15 #include "utils/ignorelist/ignorelist.h"
16
17 #include <sys/ioctl.h>
18+#include <sys/sysmacros.h>
19
20 #include <linux/major.h>
21 #include <linux/raid/md_u.h>
22--
232.8.3
24
25