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 /fticks.c | |
parent | 24cc012a218dceae88b19e696c014623ed04cc3f (diff) |
#include <string.h> for memcpy() and strcmp().
Diffstat (limited to 'fticks.c')
-rw-r--r-- | fticks.c | 1 |
1 files changed, 1 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" |