summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:14:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:14:11 -0400
commit1e4e9db8157e8691327fe9ee9de5df6fe9891040 (patch)
tree226289f2b748155beb81c0af86d6f66af3fb4184 /src/or/router.c
parentb8ae4111e38bc9cf6ac395b78601c150f710936f (diff)
downloadtor-1e4e9db8157e8691327fe9ee9de5df6fe9891040.tar.gz
tor-1e4e9db8157e8691327fe9ee9de5df6fe9891040.zip
Extract authority_cert_t into its own header
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 6d8f61d716..961fab1290 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -39,6 +39,7 @@
#include "dirauth/mode.h"
+#include "authority_cert_st.h"
#include "crypt_path_st.h"
#include "dir_connection_st.h"
#include "dir_server_st.h"