summaryrefslogtreecommitdiff
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
commit94768ae2777cb3d42b74c41ab6e47f2042495bf0 (patch)
treed70ef2d2cfb2c60b9901c57ca833df4e4eca8d8e
parentf2d6619255e9644f4f134dfe98a24342d35e618b (diff)
added include needed for netbsd
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@481 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-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"