Message ID | 20160419173712.GB20307@nyan (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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>
Signed-off-by: Felix Janda <felix.janda@posteo.de> --- cfg.c | 1 + 1 file changed, 1 insertion(+)