From 574cdf4e14a0976db9c94041df8abe395255c879 Mon Sep 17 00:00:00 2001 From: Faidon Liambotis Date: Fri, 6 Jul 2018 13:54:40 +0300 Subject: [PATCH] Add missing #include to tests/t_fticks.c tests/t_fticks.c uses strcmp, but did not include , which at least in some environments made the build fail. --- tests/t_fticks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/t_fticks.c b/tests/t_fticks.c index c7c6ab6..b1d852a 100644 --- a/tests/t_fticks.c +++ b/tests/t_fticks.c @@ -2,6 +2,7 @@ /* See LICENSE for licensing information. */ #include +#include #include #include "../radsecproxy.h" #include "../fticks_hashmac.h"