diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-27 16:58:03 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-27 16:58:03 +0200 |
commit | dc61b6b2c2dd3d7b47d83dc6d574bd65dffeadd6 (patch) | |
tree | 105b161b2c98919dfd94d662f3385d9d6600320a /lib | |
parent | c562df4b073a288862dd3c4ceaba7d6439f33b45 (diff) |
Fix struct in6_addr undefined.
Have lib/rsp_tlscommon.h include netinet/in.h since it's included by radsecproxy.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rsp_tlscommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <netinet/in.h> #include <openssl/ssl.h> #if defined (__cplusplus) |