diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-03 13:40:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-03 13:40:10 -0400 |
commit | 48d8fe533e977c14983f56de0ca572d842b5aadc (patch) | |
tree | 29979b957215008d455a7f30f2ca69b49926a481 /src/or/main.c | |
parent | 7f629f7fd9e6e5fe04367e611eae48f8f2bad81a (diff) | |
parent | 1f739e9b06974566685c662c3526384efd68ed32 (diff) | |
download | tor-48d8fe533e977c14983f56de0ca572d842b5aadc.tar.gz tor-48d8fe533e977c14983f56de0ca572d842b5aadc.zip |
Merge remote-tracking branch 'dgoulet/ticket25990_034_01'
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 8cdf27ed4b..08dfeb80f0 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -103,7 +103,6 @@ #include "routerlist.h" #include "routerparse.h" #include "scheduler.h" -#include "dirauth/shared_random.h" #include "statefile.h" #include "status.h" #include "tor_api.h" @@ -119,6 +118,8 @@ #include <event2/event.h> #include "dirauth/dirvote.h" +#include "dirauth/mode.h" +#include "dirauth/shared_random.h" #ifdef HAVE_SYSTEMD # if defined(__COVERITY__) && !defined(__INCLUDE_LEVEL__) |