forked from ~ljy/RK356X_SDK_RELEASE

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