diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-06 20:27:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-14 16:07:35 -0500 |
commit | e429e31ad1c3000d814f3172fcd3f7c433ee3219 (patch) | |
tree | 9bcd3f344b7cb4e2e6e38155f5a51e70ac497ae8 /src/lib/sandbox/sandbox.c | |
parent | c0a7527eb8590b39f11dd8b0ae18794dfc63a934 (diff) | |
download | tor-e429e31ad1c3000d814f3172fcd3f7c433ee3219.tar.gz tor-e429e31ad1c3000d814f3172fcd3f7c433ee3219.zip |
Normalize .may_include to always have paths, and paths to include
Diffstat (limited to 'src/lib/sandbox/sandbox.c')
-rw-r--r-- | src/lib/sandbox/sandbox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c index 4d832f106d..9477818553 100644 --- a/src/lib/sandbox/sandbox.c +++ b/src/lib/sandbox/sandbox.c @@ -41,9 +41,9 @@ #include "lib/malloc/malloc.h" #include "lib/string/scanf.h" -#include "tor_queue.h" -#include "ht.h" -#include "siphash.h" +#include "ext/tor_queue.h" +#include "ext/ht.h" +#include "ext/siphash.h" #define DEBUGGING_CLOSE |