diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:49:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 10:04:41 -0400 |
commit | 55b793936725aba0c615c748838187a589c5d6d4 (patch) | |
tree | 779aec5890b8fd40f9c67118fe3eab3f6c806dbd /src/test | |
parent | bee580ddbaabcd8d6066761cce385c00d75dd2c5 (diff) | |
download | tor-55b793936725aba0c615c748838187a589c5d6d4.tar.gz tor-55b793936725aba0c615c748838187a589c5d6d4.zip |
Fix up include paths for sandbox.h (automated)
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" |