summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0001-fix-to-build-with-glibc-2.25.patch
blob: be942e5ef88f5e34823f36273d26f746bfc18c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
@@ -25,6 +25,7 @@
 #include "utils_ignorelist.h"
 
 #include <sys/ioctl.h>
+#include <sys/sysmacros.h>
 
 #include <linux/major.h>
 #include <linux/raid/md_u.h>
-- 
2.8.3

OpenPOWER on IntegriCloud