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/or/control.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/control.c') diff --git a/src/or/control.c b/src/or/control.c index bc173a6e1c..cd78daa918 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -64,6 +64,8 @@ #include "networkstatus.h" #include "nodelist.h" #include "policies.h" +#include "proto_control0.h" +#include "proto_http.h" #include "reasons.h" #include "rendclient.h" #include "rendcommon.h" -- cgit v1.2.3-54-g00ecf