summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 15:37:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 15:37:05 -0400
commit3191ba389d12146b786ffd8af842a80e58c8c802 (patch)
tree2508677458946fe1fbffe216993b1201168a3678 /src/or/routerparse.c
parentfde868ffe3ace818d67374858c54418296a62e79 (diff)
downloadtor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz
tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip
Move extend_info_t into its own header.
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 040745f651..31c545edf4 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -83,6 +83,7 @@
#include "authority_cert_st.h"
#include "document_signature_st.h"
+#include "extend_info_st.h"
#include "extrainfo_st.h"
#include "microdesc_st.h"
#include "networkstatus_st.h"