aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/collectd/collectd/0001-fix-to-build-with-glibc-2.25.patch
blob: 1e140f975315ee57cd74a427a1ea77a0bb40b7a9 (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
@@ -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