diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 16:29:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 16:29:35 -0400 |
commit | 935ba025653567f1700d2590b3ccd008460dbf6e (patch) | |
tree | b07bff1c2f940ee04916bf37fa4fbb9006d01d11 /src/test/test_util.c | |
parent | d8b34e0886c9fd08fb51e0de4fadca7da82056ff (diff) | |
download | tor-935ba025653567f1700d2590b3ccd008460dbf6e.tar.gz tor-935ba025653567f1700d2590b3ccd008460dbf6e.zip |
Fix paths for buffers.h; automated.
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index 77196028da..539782e93b 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -13,7 +13,7 @@ #define SUBPROCESS_PRIVATE #include "lib/testsupport/testsupport.h" #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/config.h" #include "or/control.h" #include "or/transports.h" |