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 /radsecproxy.h | |
parent | 98c6d483404e1b7ddd8c980bdbd9fad0493e6c3b (diff) |
Make radsecproxy.h self-sustaining.
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 3c80ee6..03ae54c 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -7,6 +7,11 @@ * copyright notice and this permission notice appear in all copies. */ +#include <sys/time.h> +#include <stdint.h> +#include <pthread.h> +#include <regex.h> +#include "list.h" #include "tlv11.h" #include "radmsg.h" #include "gconfig.h" |