diff mbox

[libnfsidmap,2/2] cfg.c: include <sys/types.h> for u_char and u_int*_t

Message ID 20160419173712.GB20307@nyan (mailing list archive)
State New, archived
Headers show

Commit Message

Felix Janda April 19, 2016, 5:37 p.m. UTC
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 cfg.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/cfg.c b/cfg.c
index bd7944a..3c86c84 100644
--- a/cfg.c
+++ b/cfg.c
@@ -34,6 +34,7 @@ 
 #include <sys/mman.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <ctype.h>