diff options
author | Linus Nordberg <linus@nordu.net> | 2016-03-09 12:04:01 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-03-09 12:04:01 +0100 |
commit | 4c9e9cf5ef9eeb2bb79695a235f2dc7919789bcd (patch) | |
tree | db92e9132f3377cf963c3fc485dba921d388a029 /fticks.c | |
parent | 69027c1090ab9e8a63fab7114854a23a0b6a36b5 (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
@@ -1,6 +1,7 @@ /* Copyright (c) 2011, NORDUnet A/S */ /* See LICENSE for licensing information. */ +#include <string.h> #include "radsecproxy.h" #include "debug.h" #include "fticks.h" |