From bdea94a6653240e0e477eda186ceccbe6be00535 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jun 2018 12:24:45 -0400 Subject: Move floating-point math functions into a new lib/math --- src/or/routerlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/routerlist.c') diff --git a/src/or/routerlist.c b/src/or/routerlist.c index a86e29adb2..68fd763441 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -121,6 +121,7 @@ #include "or/routerset.h" #include "lib/sandbox/sandbox.h" #include "or/torcert.h" +#include "lib/math/fp.h" #include "or/dirauth/dirvote.h" #include "or/dirauth/mode.h" -- cgit v1.2.3-54-g00ecf