summaryrefslogtreecommitdiff
blob: c94748e8111fb62d7cbe8b13113b1000aaf466e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- cfg.h	2015-01-10 14:25:50.384148769 +0000
+++ cfg.h	2015-01-10 14:28:23.062148769 +0000
@@ -33,6 +33,9 @@
 #ifndef _CONF_H_
 #define _CONF_H_
 
+#if ! defined(__GLIBC__) || ! defined(__UCLIBC__)
+#include <sys/types.h>
+#endif
 #include "queue.h"
 
 struct conf_list_node {