diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:31:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:31:47 -0400 |
commit | 89aefb0319778af419abed11707a7bf84648288c (patch) | |
tree | 8d8798052926e4a977f45e03443dc08fc2279747 /src/or/consdiffmgr.c | |
parent | 80c9e1e58511de04eeffdc47d3801697b4952e6d (diff) | |
download | tor-89aefb0319778af419abed11707a7bf84648288c.tar.gz tor-89aefb0319778af419abed11707a7bf84648288c.zip |
Extract networkstatus_vote_info_t into its own header.
Diffstat (limited to 'src/or/consdiffmgr.c')
-rw-r--r-- | src/or/consdiffmgr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c index 323f4f9ca0..b90660e6c7 100644 --- a/src/or/consdiffmgr.c +++ b/src/or/consdiffmgr.c @@ -23,6 +23,8 @@ #include "routerparse.h" #include "workqueue.h" +#include "networkstatus_voter_info_st.h" + /** * Labels to apply to items in the conscache object. * |