diff mbox

[libnfsidmap] cfg.h: Include <sys/types.h> for u_int*_t

Message ID 20150308113931.GA9713@euler (mailing list archive)
State New, archived
Headers show

Commit Message

Felix Janda March 8, 2015, 11:39 a.m. UTC
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
It would also be nice to iconv -f iso-8859-1

 cfg.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/cfg.h b/cfg.h
index d4d4cab..fe49e8f 100644
--- a/cfg.h
+++ b/cfg.h
@@ -33,6 +33,7 @@ 
 #ifndef _CONF_H_
 #define _CONF_H_
 
+#include <sys/types.h>
 #include "queue.h"
 
 struct conf_list_node {