summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2007-02-09 12:21:44 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-02-09 12:21:44 +0000
commit7972697f22f2aac4d0364261282a5d43c0385dc3 (patch)
treee3f2331702a23dc8151cc84ea4fa5e6952a27b98 /radsecproxy.c
parentbe427ded4ed91db215eb2af31ff41a3b989c61ac (diff)
changes to build on NetBSD
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@54 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index 85fb401..e4634bf 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -35,7 +35,10 @@
* 1 + (2 + 2 * 3) + (2 * 30) + (2 * 30) = 129 threads
*/
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <netdb.h>
+#include <string.h>
#include <unistd.h>
#include <sys/time.h>
#include <libgen.h>