From 404c2f37c4b19c2b6d79b4e2b0ac1c9fb5a7d089 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 9 Mar 2016 12:04:01 +0100 Subject: #include for memcpy() and strcmp(). --- fticks.c | 1 + radsecproxy-hash.c | 1 + 2 files changed, 2 insertions(+) diff --git a/fticks.c b/fticks.c index 43b37fe..73342f7 100644 --- a/fticks.c +++ b/fticks.c @@ -2,6 +2,7 @@ * See LICENSE for information about licensing. */ +#include #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 #include #include +#include #include "radsecproxy.h" #include "fticks_hashmac.h" -- cgit v1.1