summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-08 15:06:40 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-05 13:57:51 -0400
commit150089cbd7445f76a5d29df7d33c15c3a1ada034 (patch)
tree321066203325ddc5782884d9cf5337193bc06d55 /src/or/main.c
parent5921b465e7764d35b3f128cf0cf096eca3226688 (diff)
downloadtor-150089cbd7445f76a5d29df7d33c15c3a1ada034.tar.gz
tor-150089cbd7445f76a5d29df7d33c15c3a1ada034.zip
Move the tls parts of buffers.c into buffers_tls.c
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 7939f19845..a9d4bdb6ee 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -52,6 +52,7 @@
#include "backtrace.h"
#include "bridges.h"
#include "buffers.h"
+#include "buffers_tls.h"
#include "channel.h"
#include "channeltls.h"
#include "channelpadding.h"