diff options
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" |