aboutsummaryrefslogtreecommitdiff
blob: 574cf8fe91874eb409e5a7968ad89477b482fb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libnfsidmap-0.27/cfg.h	2015-01-10 14:25:50.384148769 +0000
+++ libnfsidmap-0.27/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 {