From dc61b6b2c2dd3d7b47d83dc6d574bd65dffeadd6 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 27 Apr 2012 16:58:03 +0200 Subject: [PATCH] Fix struct in6_addr undefined. Have lib/rsp_tlscommon.h include netinet/in.h since it's included by radsecproxy.h. --- lib/rsp_tlscommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rsp_tlscommon.h b/lib/rsp_tlscommon.h index 0470aa7..d96f553 100644 --- a/lib/rsp_tlscommon.h +++ b/lib/rsp_tlscommon.h @@ -6,6 +6,7 @@ * copyright notice and this permission notice appear in all copies. */ +#include #include #if defined (__cplusplus) -- 2.1.4