diff options
author | Linus Nordberg <linus@nordu.net> | 2011-05-23 10:07:32 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-05-23 10:07:32 +0200 |
commit | cd1cdfc090cafa6580da088558913c406d2acfcc (patch) | |
tree | a661a956a0a31a739e42573b2d3300b1d73c2bdc /lib | |
parent | 2adc46847b014a9a3d2086d1441dfd6748c0ff8c (diff) |
lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rsp_tlscommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config.h> #endif +#include <sys/types.h> #if defined(RADPROT_TLS) || defined(RADPROT_DTLS) #include <signal.h> #include <sys/socket.h> @@ -22,7 +23,6 @@ #include <fcntl.h> #endif #include <sys/time.h> -#include <sys/types.h> #include <sys/select.h> #include <ctype.h> #include <sys/wait.h> |