From: Linus Nordberg Date: Fri, 27 Apr 2012 14:58:03 +0000 (+0200) Subject: Fix struct in6_addr undefined. X-Git-Tag: libradsec-0.0.4~62 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=dc61b6b2c2dd3d7b47d83dc6d574bd65dffeadd6 Fix struct in6_addr undefined. Have lib/rsp_tlscommon.h include netinet/in.h since it's included by radsecproxy.h. --- 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)