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/tools | |
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/tools')
-rw-r--r-- | src/tools/tor-resolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 303c7af3ee..1532d5f201 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -14,7 +14,7 @@ #include "lib/sandbox/sandbox.h" #include "lib/string/util_string.h" -#include "common/socks5_status.h" +#include "lib/net/socks5_status.h" #include <stdio.h> #include <stdlib.h> |