aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_relaycell.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/test/test_relaycell.c
parentad52fe7e88754fd8c7c1eb3da9bbf593d7752af9 (diff)
downloadtor-8b7df723596d068cbf91abf7535651ab8445810b.tar.gz
tor-8b7df723596d068cbf91abf7535651ab8445810b.zip
Split socks_request_t into its own header.
Diffstat (limited to 'src/test/test_relaycell.c')
-rw-r--r--src/test/test_relaycell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_relaycell.c b/src/test/test_relaycell.c
index 0d78f97d8b..b5aba766d9 100644
--- a/src/test/test_relaycell.c
+++ b/src/test/test_relaycell.c
@@ -19,6 +19,7 @@
#include "crypt_path_st.h"
#include "entry_connection_st.h"
#include "origin_circuit_st.h"
+#include "socks_request_st.h"
static int srm_ncalls;
static entry_connection_t *srm_conn;