aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_socks.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_socks.c
parentad52fe7e88754fd8c7c1eb3da9bbf593d7752af9 (diff)
downloadtor-8b7df723596d068cbf91abf7535651ab8445810b.tar.gz
tor-8b7df723596d068cbf91abf7535651ab8445810b.zip
Split socks_request_t into its own header.
Diffstat (limited to 'src/test/test_socks.c')
-rw-r--r--src/test/test_socks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_socks.c b/src/test/test_socks.c
index 8da7191e82..6c266438e8 100644
--- a/src/test/test_socks.c
+++ b/src/test/test_socks.c
@@ -9,6 +9,7 @@
#include "proto_socks.h"
#include "test.h"
#include "log_test_helpers.h"
+#include "socks_request_st.h"
typedef struct socks_test_data_t {
socks_request_t *req;