From cd1cdfc090cafa6580da088558913c406d2acfcc Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Mon, 23 May 2011 10:07:32 +0200
Subject: lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h.

---
 lib/rsp_tlscommon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

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>
-- 
cgit v1.1