From 4c7b1419e4903dc64bcc5a8881bf48add3c67ec7 Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Sun, 27 Mar 2016 15:35:37 +0200 Subject: [PATCH] Include netinet/in.h for INET6_ADDRSTRLEN --- log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/log.c b/log.c index 1698651..66569d6 100644 --- a/log.c +++ b/log.c @@ -43,6 +43,7 @@ #include #include #include +#include /* * Centralized logging code multiplexing thread access to the logger based