diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 14:45:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 14:45:14 -0400 |
commit | 21136037182f55b5aef3730853e65fa2c7ebd722 (patch) | |
tree | b7c34c053994378170a4b080adcc1c77ccc51b40 /src/test | |
parent | b9b05e437d09c4d06b554d0484c7ae1a3aa1d647 (diff) | |
parent | 05040a9e84caab86fb66793a7604887d2aaaa2d9 (diff) | |
download | tor-21136037182f55b5aef3730853e65fa2c7ebd722.tar.gz tor-21136037182f55b5aef3730853e65fa2c7ebd722.zip |
Merge branch 'sandbox_refactor'
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index bf35e3c5be..6f31d97673 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -15,7 +15,7 @@ #include "or/main.h" #include "test/log_test_helpers.h" -#include "common/sandbox.h" +#include "lib/sandbox/sandbox.h" #include "common/memarea.h" #include "or/policies.h" #include "test/test_helpers.h" |