diff options
-rw-r--r-- | fticks.c | 1 | ||||
-rw-r--r-- | radsecproxy-hash.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ * See LICENSE for information about licensing. */ +#include <string.h> #include "radsecproxy.h" #include "debug.h" #include "fticks.h" diff --git a/radsecproxy-hash.c b/radsecproxy-hash.c index 7d1e467..9adf66e 100644 --- a/radsecproxy-hash.c +++ b/radsecproxy-hash.c @@ -9,6 +9,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include <string.h> #include "radsecproxy.h" #include "fticks_hashmac.h" |