From 234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 8 Aug 2017 11:51:36 -0400 Subject: Move protocol-specific functions out of buffers.c This commit does not change the implementation of any function: it only moves code and adds new includes as necessary. Part of #23149. --- src/test/test_buffers.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test/test_buffers.c') diff --git a/src/test/test_buffers.c b/src/test/test_buffers.c index a85fb95f0a..3eb4ac2a35 100644 --- a/src/test/test_buffers.c +++ b/src/test/test_buffers.c @@ -4,9 +4,14 @@ /* See LICENSE for licensing information */ #define BUFFERS_PRIVATE +#define PROTO_HTTP_PRIVATE #include "or.h" #include "buffers.h" #include "ext_orport.h" +#include "proto_cell.h" +#include "proto_http.h" +#include "proto_control0.h" +#include "proto_socks.h" #include "test.h" /** Run unit tests for buffers.c */ -- cgit v1.2.3-54-g00ecf