]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Maybe the missing extern it causing two versions of fr_time_multiplier_by_res to...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Oct 2021 17:49:53 +0000 (13:49 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Oct 2021 17:49:53 +0000 (13:49 -0400)
src/lib/util/value.c

index e7d33d9a0d12bed12fe109a63ad448a8de33b899..9fda0b37d8f67c3e2e69efe5f7db8d3b14215fc7 100644 (file)
@@ -49,9 +49,10 @@ RCSID("$Id$")
 #undef _VALUE_PRIVATE
 
 #include <freeradius-devel/util/ascend.h>
-#include <freeradius-devel/util/dcursor.h>
-#include <freeradius-devel/util/base16.h>
 #include <freeradius-devel/util/atexit.h>
+#include <freeradius-devel/util/base16.h>
+#include <freeradius-devel/util/dcursor.h>
+#include <freeradius-devel/util/time.h>
 
 /** Sanity checks
  *