summaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirvote.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-18 15:12:18 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-18 15:12:18 -0400
commit23811052fe287bafd27f590a02658ff4c588a8a9 (patch)
treec4e319fdd38d20265320db3c25b1c64620fd4d9b /src/feature/dirauth/dirvote.c
parent61e080e24a741a6b6978da272b0372a8391028db (diff)
downloadtor-23811052fe287bafd27f590a02658ff4c588a8a9.tar.gz
tor-23811052fe287bafd27f590a02658ff4c588a8a9.zip
Add some missing includes and struct declarations.
Diffstat (limited to 'src/feature/dirauth/dirvote.c')
-rw-r--r--src/feature/dirauth/dirvote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c
index 753c42b809..2a48a32834 100644
--- a/src/feature/dirauth/dirvote.c
+++ b/src/feature/dirauth/dirvote.c
@@ -15,6 +15,7 @@
#include "feature/nodelist/parsecommon.h"
#include "core/or/policies.h"
#include "core/or/protover.h"
+#include "core/or/tor_version_st.h"
#include "feature/stats/rephist.h"
#include "feature/relay/router.h"
#include "feature/relay/routerkeys.h"