summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:27:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:27:11 -0400
commit80c9e1e58511de04eeffdc47d3801697b4952e6d (patch)
treefa5b732edc657e96cf25818f6bb82e7efd2b93d1 /src/or/routerparse.c
parentf901ca958a69efab6cbc2b7e7908e6dffbd0b614 (diff)
downloadtor-80c9e1e58511de04eeffdc47d3801697b4952e6d.tar.gz
tor-80c9e1e58511de04eeffdc47d3801697b4952e6d.zip
Move document_signature_t into its own header.
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index b7d50a1da1..2ae005569c 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -81,6 +81,7 @@
#include "dirauth/dirvote.h"
+#include "document_signature_st.h"
#include "rend_authorized_client_st.h"
#include "rend_intro_point_st.h"
#include "rend_service_descriptor_st.h"