diff options
author | venaas <venaas> | 2009-03-20 16:10:09 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-03-20 16:10:09 +0000 |
commit | 9021bfc29dd478c7ea99a248ab29e7400e0ac3e7 (patch) | |
tree | 3b1aff597adda3629beefcd0abaa661f3a18e796 | |
parent | bfd64fac0d9739fca6f7726d23fed57e354c242d (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ */ #include <stdlib.h> +#include <unistd.h> #include <string.h> #include <netdb.h> #include <netinet/in.h> |