diff options
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 7badcd3700..9692e5d676 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -22,7 +22,7 @@ **/ #include "or/or.h" #include "or/bridges.h" -#include "common/buffers.h" +#include "lib/container/buffers.h" /* * Define this so we get channel internal functions, since we're implementing * part of a subclass (channel_tls_t). |