summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvenaas <venaas>2009-03-20 16:10:09 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2009-03-20 16:10:09 +0000
commit9021bfc29dd478c7ea99a248ab29e7400e0ac3e7 (patch)
tree3b1aff597adda3629beefcd0abaa661f3a18e796
parentbfd64fac0d9739fca6f7726d23fed57e354c242d (diff)
small fix for hostport.c on freebsd
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@491 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 eb1fe65..7110f74 100644
--- a/hostport.c
+++ b/hostport.c
@@ -7,6 +7,7 @@
*/
#include <stdlib.h>
+#include <unistd.h>
#include <string.h>
#include <netdb.h>
#include <netinet/in.h>