From 2a574d11ac8747996dcb979b04e38b16c5a0a9de Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 14 Jun 2018 16:58:01 -0400 Subject: Move dir_server_t into its own header. --- src/or/dirauth/dirvote.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/dirauth') diff --git a/src/or/dirauth/dirvote.c b/src/or/dirauth/dirvote.c index b097b10cf9..3a2df5ee67 100644 --- a/src/or/dirauth/dirvote.c +++ b/src/or/dirauth/dirvote.c @@ -28,6 +28,8 @@ #include "dirauth/mode.h" #include "dirauth/shared_random_state.h" +#include "dir_server_st.h" + /** * \file dirvote.c * \brief Functions to compute directory consensus, and schedule voting. -- cgit v1.2.3-54-g00ecf