From e627ff1d2b8888897c04f7b368cc307f948be6ff Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordberg.se>
Date: Tue, 18 Dec 2012 08:40:00 +0100
Subject: Include <sys/types.h> for Junos.

Fix from Luke Howard.
---
 lib/radius/client.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lib/radius')

diff --git a/lib/radius/client.h b/lib/radius/client.h
index aefb40d..33c9033 100644
--- a/lib/radius/client.h
+++ b/lib/radius/client.h
@@ -48,6 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <string.h>
 #endif
 #include <stdarg.h>
+#include <sys/types.h>
 #ifdef HAVE_NETDB_H
 #include <netdb.h>
 #endif
-- 
cgit v1.1