diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-26 16:55:11 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-26 16:55:11 +0200 |
commit | 66743827eea20b870a0319660a4a5eb32bfe32ca (patch) | |
tree | 016f6d9c410b90917b6a50f486e604069d15629d /tcp.c | |
parent | 98c6d483404e1b7ddd8c980bdbd9fad0493e6c3b (diff) |
Make radsecproxy.h self-sustaining.
Diffstat (limited to 'tcp.c')
-rw-r--r-- | tcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,9 +24,8 @@ #include <arpa/inet.h> #include <regex.h> #include <pthread.h> -#include "list.h" -#include "hostport.h" #include "radsecproxy.h" +#include "hostport.h" #ifdef RADPROT_TCP #include "debug.h" |