summaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:45:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:45:15 -0400
commit50369f8981e8ce0894753daeea3dc28ab01f2667 (patch)
treecc209aba92d31f83008d28f4dc34bb7f30537479 /src/or/consdiffmgr.c
parent89aefb0319778af419abed11707a7bf84648288c (diff)
downloadtor-50369f8981e8ce0894753daeea3dc28ab01f2667.tar.gz
tor-50369f8981e8ce0894753daeea3dc28ab01f2667.zip
Extract networkstatus_t and ..sr_info_t into their own headers
Diffstat (limited to 'src/or/consdiffmgr.c')
-rw-r--r--src/or/consdiffmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c
index b90660e6c7..f1b7601ca6 100644
--- a/src/or/consdiffmgr.c
+++ b/src/or/consdiffmgr.c
@@ -23,6 +23,7 @@
#include "routerparse.h"
#include "workqueue.h"
+#include "networkstatus_st.h"
#include "networkstatus_voter_info_st.h"
/**