aboutsummaryrefslogtreecommitdiffstats
path: root/main/libnfsidmap/musl-fix-includes.patch
blob: aeb4aa1a9130810b85e064fa77ed75a2e729940f (plain)
1
2
3
4
5
6
7
8
9
10
--- libnfsidmap-0.25.orig/cfg.h
+++ libnfsidmap-0.25/cfg.h
@@ -33,6 +33,7 @@
 #ifndef _CONF_H_
 #define _CONF_H_
 
+#include <sys/types.h>
 #include "queue.h"
 
 struct conf_list_node {