diff options
author | venaas <venaas> | 2009-02-26 14:31:56 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-02-26 14:31:56 +0000 |
commit | 48610c9ed541e8aee841dd63904daba689eb41d3 (patch) | |
tree | dbe6be044f0a3b6ce36386f9e96f85003e3bdc76 /hostport.c | |
parent | 4ac1be684f61dd1f1b3560a8f5a04c8f2dff1bc5 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |