From: Linus Nordberg Date: Mon, 23 May 2011 08:07:32 +0000 (+0200) Subject: lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h. X-Git-Tag: libradsec-0.0.4~102 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=cd1cdfc090cafa6580da088558913c406d2acfcc lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h. --- diff --git a/lib/rsp_tlscommon.c b/lib/rsp_tlscommon.c index 7f728fe..a34fe33 100644 --- a/lib/rsp_tlscommon.c +++ b/lib/rsp_tlscommon.c @@ -10,6 +10,7 @@ #include #endif +#include #if defined(RADPROT_TLS) || defined(RADPROT_DTLS) #include #include @@ -22,7 +23,6 @@ #include #endif #include -#include #include #include #include