diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:49:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:49:27 -0400 |
commit | 8c6ff9fec2ed8b1eed6a4c35370f62f1bf24a158 (patch) | |
tree | 89961c10a056b65cf1e92d785d9156c038c1defe /src/test/test_util.c | |
parent | 30166261bb1e523db1199ea422c9bf09f30de69f (diff) | |
download | tor-8c6ff9fec2ed8b1eed6a4c35370f62f1bf24a158.tar.gz tor-8c6ff9fec2ed8b1eed6a4c35370f62f1bf24a158.zip |
Move tor_escape_str_for_pt_args into or/transports.c
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index 4d171d5d0e..a6fb0ce846 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -15,6 +15,7 @@ #include "common/buffers.h" #include "or/config.h" #include "or/control.h" +#include "or/transports.h" #include "lib/crypt_ops/crypto_rand.h" #include "test/test.h" #include "lib/memarea/memarea.h" |