diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:45:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:45:15 -0400 |
commit | 50369f8981e8ce0894753daeea3dc28ab01f2667 (patch) | |
tree | cc209aba92d31f83008d28f4dc34bb7f30537479 /src/or/shared_random_client.c | |
parent | 89aefb0319778af419abed11707a7bf84648288c (diff) | |
download | tor-50369f8981e8ce0894753daeea3dc28ab01f2667.tar.gz tor-50369f8981e8ce0894753daeea3dc28ab01f2667.zip |
Extract networkstatus_t and ..sr_info_t into their own headers
Diffstat (limited to 'src/or/shared_random_client.c')
-rw-r--r-- | src/or/shared_random_client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/shared_random_client.c b/src/or/shared_random_client.c index 3aef83cef4..14997b21ba 100644 --- a/src/or/shared_random_client.c +++ b/src/or/shared_random_client.c @@ -17,6 +17,8 @@ #include "util.h" #include "util_format.h" +#include "networkstatus_st.h" + /* Convert a given srv object to a string for the control port. This doesn't * fail and the srv object MUST be valid. */ static char * |