diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
commit | 3191ba389d12146b786ffd8af842a80e58c8c802 (patch) | |
tree | 2508677458946fe1fbffe216993b1201168a3678 /src/test/test_routerset.c | |
parent | fde868ffe3ace818d67374858c54418296a62e79 (diff) | |
download | tor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip |
Move extend_info_t into its own header.
Diffstat (limited to 'src/test/test_routerset.c')
-rw-r--r-- | src/test/test_routerset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_routerset.c b/src/test/test_routerset.c index 004b88ac83..11a1ff2aff 100644 --- a/src/test/test_routerset.c +++ b/src/test/test_routerset.c @@ -10,6 +10,7 @@ #include "policies.h" #include "nodelist.h" +#include "extend_info_st.h" #include "node_st.h" #include "routerinfo_st.h" #include "routerstatus_st.h" |