summaryrefslogtreecommitdiff
path: root/hostport.c
diff options
context:
space:
mode:
authorvenaas <venaas>2009-02-26 14:31:56 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2009-02-26 14:31:56 +0000
commit48610c9ed541e8aee841dd63904daba689eb41d3 (patch)
treedbe6be044f0a3b6ce36386f9e96f85003e3bdc76 /hostport.c
parent4ac1be684f61dd1f1b3560a8f5a04c8f2dff1bc5 (diff)
added include needed for netbsd
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@481 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'hostport.c')
-rw-r--r--hostport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hostport.c b/hostport.c
index 22ff2dc..eb1fe65 100644
--- a/hostport.c
+++ b/hostport.c
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
+#include <netinet/in.h>
#include "debug.h"
#include "util.h"
#include "list.h"