2016-04-19 17:37:55

by Felix Janda

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

Signed-off-by: Felix Janda <[email protected]>
---
cfg.c | 1 +
1 file changed, 1 insertion(+)

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>
--
2.7.3