diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 11:52:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:14:14 -0400 |
commit | b420da4cf80e9fc53db0a085514b9491b750812f (patch) | |
tree | 408470cbf2c8c019dbc765cbd0dffefa4401eb27 /src/test/test_dir_handle_get.c | |
parent | 2d20cbf837263898ce45c1e0a0f11b9e1126eeba (diff) | |
download | tor-b420da4cf80e9fc53db0a085514b9491b750812f.tar.gz tor-b420da4cf80e9fc53db0a085514b9491b750812f.zip |
Rectify include paths (automated)
Diffstat (limited to 'src/test/test_dir_handle_get.c')
-rw-r--r-- | src/test/test_dir_handle_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c index fbc14e3d30..90ca7d357c 100644 --- a/src/test/test_dir_handle_get.c +++ b/src/test/test_dir_handle_get.c @@ -15,7 +15,7 @@ #include "or/consdiffmgr.h" #include "or/directory.h" #include "test/test.h" -#include "common/compress.h" +#include "lib/compress/compress.h" #include "or/rendcommon.h" #include "or/rendcache.h" #include "or/router.h" |