diff options
author | Linus Nordberg <linus@nordu.net> | 2016-03-09 12:04:01 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-03-11 16:19:21 +0100 |
commit | 404c2f37c4b19c2b6d79b4e2b0ac1c9fb5a7d089 (patch) | |
tree | d3c795e8cd78ac36be3a5f2f97fdc065071c9df1 /radsecproxy-hash.c | |
parent | 24cc012a218dceae88b19e696c014623ed04cc3f (diff) |
#include <string.h> for memcpy() and strcmp().
Diffstat (limited to 'radsecproxy-hash.c')
-rw-r--r-- | radsecproxy-hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |