summaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:01:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:01:50 -0400
commit8b7df723596d068cbf91abf7535651ab8445810b (patch)
tree8efe39a8d759c0069ac2eeed0840260af394bf59 /src/or/relay.c
parentad52fe7e88754fd8c7c1eb3da9bbf593d7752af9 (diff)
downloadtor-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.c1
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,