From 935ba025653567f1700d2590b3ccd008460dbf6e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jun 2018 16:29:35 -0400 Subject: Fix paths for buffers.h; automated. --- src/test/test_extorport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_extorport.c') diff --git a/src/test/test_extorport.c b/src/test/test_extorport.c index 3e99961ce5..0032ef5b78 100644 --- a/src/test/test_extorport.c +++ b/src/test/test_extorport.c @@ -5,7 +5,7 @@ #define EXT_ORPORT_PRIVATE #define MAIN_PRIVATE #include "or/or.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" #include "or/connection.h" #include "or/connection_or.h" #include "or/config.h" -- cgit v1.2.3-54-g00ecf