diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:32:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:32:10 -0400 |
commit | da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 (patch) | |
tree | 60f7ff45ee340dc6c008f0f8447458f8056fbef5 /src/test/test_bt_cl.c | |
parent | 97b15a1d7c51764888d2172711e3f3a71fb01916 (diff) | |
download | tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.tar.gz tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.zip |
Automated fixup of include paths after torlog.h movement.
Diffstat (limited to 'src/test/test_bt_cl.c')
-rw-r--r-- | src/test/test_bt_cl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bt_cl.c b/src/test/test_bt_cl.c index 66dd931e54..c64ca8e2b3 100644 --- a/src/test/test_bt_cl.c +++ b/src/test/test_bt_cl.c @@ -10,7 +10,7 @@ #include "or/or.h" #include "common/util.h" #include "lib/err/backtrace.h" -#include "common/torlog.h" +#include "lib/log/torlog.h" /* -1: no crash. * 0: crash with a segmentation fault. |