diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:48:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:48:29 -0400 |
commit | 24c0f83185a9c5dff080b250d9a8e15bbf8e1a88 (patch) | |
tree | d68b467bb0294fa23a8a1aebc12b6a479caa41c1 /src/test/test_socks.c | |
parent | 0e4b1781f4f0135c925cd728a09cca7d7959b961 (diff) | |
download | tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.tar.gz tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.zip |
Move socks5_status.h to src/lib/net
There might be a better place for it in the long run, but this is
the best I can think of for now.
Diffstat (limited to 'src/test/test_socks.c')
-rw-r--r-- | src/test/test_socks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_socks.c b/src/test/test_socks.c index 046ed35978..0a01bf6431 100644 --- a/src/test/test_socks.c +++ b/src/test/test_socks.c @@ -11,7 +11,7 @@ #include "test/test.h" #include "test/log_test_helpers.h" #include "or/socks_request_st.h" -#include "common/socks5_status.h" +#include "lib/net/socks5_status.h" typedef struct socks_test_data_t { socks_request_t *req; |