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
commit08cb87a15d78b4674c6a4d77d440bba4ddaf83e4 (patch)
tree8d3b1f5fa2fa7f51e5324149253ee05c2088c073
parent1c0f3de1cb959d66f20cd77390d06f58baf0eef0 (diff)
small fix for hostport.c on freebsd
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@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>