From: Arran Cudbard-Bell Date: Thu, 28 Oct 2021 17:49:53 +0000 (-0400) Subject: Maybe the missing extern it causing two versions of fr_time_multiplier_by_res to... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b799e6820a7148bea75de0105a404fdc95aa9e5b;p=thirdparty%2Ffreeradius-server.git Maybe the missing extern it causing two versions of fr_time_multiplier_by_res to be created? --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index e7d33d9a0d1..9fda0b37d8f 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -49,9 +49,10 @@ RCSID("$Id$") #undef _VALUE_PRIVATE #include -#include -#include #include +#include +#include +#include /** Sanity checks *