diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:01:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:01:50 -0400 |
commit | 8b7df723596d068cbf91abf7535651ab8445810b (patch) | |
tree | 8efe39a8d759c0069ac2eeed0840260af394bf59 /src/or/relay.c | |
parent | ad52fe7e88754fd8c7c1eb3da9bbf593d7752af9 (diff) | |
download | tor-8b7df723596d068cbf91abf7535651ab8445810b.tar.gz tor-8b7df723596d068cbf91abf7535651ab8445810b.zip |
Split socks_request_t into its own header.
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 127609a2b9..1eaf6f7dba 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -87,6 +87,7 @@ #include "entry_connection_st.h" #include "or_circuit_st.h" #include "origin_circuit_st.h" +#include "socks_request_st.h" static edge_connection_t *relay_lookup_conn(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction, |