diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:27:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:27:11 -0400 |
commit | 80c9e1e58511de04eeffdc47d3801697b4952e6d (patch) | |
tree | fa5b732edc657e96cf25818f6bb82e7efd2b93d1 /src/or/dirauth | |
parent | f901ca958a69efab6cbc2b7e7908e6dffbd0b614 (diff) | |
download | tor-80c9e1e58511de04eeffdc47d3801697b4952e6d.tar.gz tor-80c9e1e58511de04eeffdc47d3801697b4952e6d.zip |
Move document_signature_t into its own header.
Diffstat (limited to 'src/or/dirauth')
-rw-r--r-- | src/or/dirauth/dirvote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirauth/dirvote.c b/src/or/dirauth/dirvote.c index c702ca6974..12ab5f3289 100644 --- a/src/or/dirauth/dirvote.c +++ b/src/or/dirauth/dirvote.c @@ -29,6 +29,7 @@ #include "dirauth/shared_random_state.h" #include "dir_server_st.h" +#include "document_signature_st.h" #include "node_st.h" #include "vote_microdesc_hash_st.h" #include "vote_routerstatus_st.h" |