summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:21:25 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:21:25 -0400
commit00f1d1653e4ff703cfbcf82060b229ca8a39030d (patch)
tree1f53a2395b9f832d05893b86f651f40db33bc525 /src/or/dirserv.c
parent1e4e9db8157e8691327fe9ee9de5df6fe9891040 (diff)
downloadtor-00f1d1653e4ff703cfbcf82060b229ca8a39030d.tar.gz
tor-00f1d1653e4ff703cfbcf82060b229ca8a39030d.zip
Extract extrainfo_t into its own header
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index d92bc8e1f7..b76fa25d6d 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -37,6 +37,7 @@
#include "dirauth/dirvote.h"
#include "dir_connection_st.h"
+#include "extrainfo_st.h"
#include "node_st.h"
#include "routerlist_st.h"
#include "tor_version_st.h"