diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:12:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:12:18 -0400 |
commit | 23811052fe287bafd27f590a02658ff4c588a8a9 (patch) | |
tree | c4e319fdd38d20265320db3c25b1c64620fd4d9b /src/feature/dirauth | |
parent | 61e080e24a741a6b6978da272b0372a8391028db (diff) | |
download | tor-23811052fe287bafd27f590a02658ff4c588a8a9.tar.gz tor-23811052fe287bafd27f590a02658ff4c588a8a9.zip |
Add some missing includes and struct declarations.
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 1 |
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" |