aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_proto_misc.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 16:29:35 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 16:29:35 -0400
commit935ba025653567f1700d2590b3ccd008460dbf6e (patch)
treeb07bff1c2f940ee04916bf37fa4fbb9006d01d11 /src/test/test_proto_misc.c
parentd8b34e0886c9fd08fb51e0de4fadca7da82056ff (diff)
downloadtor-935ba025653567f1700d2590b3ccd008460dbf6e.tar.gz
tor-935ba025653567f1700d2590b3ccd008460dbf6e.zip
Fix paths for buffers.h; automated.
Diffstat (limited to 'src/test/test_proto_misc.c')
-rw-r--r--src/test/test_proto_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_proto_misc.c b/src/test/test_proto_misc.c
index 979fc72f18..7f066e14ad 100644
--- a/src/test/test_proto_misc.c
+++ b/src/test/test_proto_misc.c
@@ -8,7 +8,7 @@
#include "or/or.h"
#include "test/test.h"
-#include "common/buffers.h"
+#include "lib/container/buffers.h"
#include "or/connection_or.h"
#include "or/ext_orport.h"
#include "or/proto_cell.h"