aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index c4ebc8135..3ba2760bf 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -12,6 +12,12 @@
**/
#define BUFFERS_PRIVATE
#include "or.h"
+#include "buffers.h"
+#include "config.h"
+#include "connection_edge.h"
+#include "connection_or.h"
+#include "control.h"
+#include "reasons.h"
#include "../common/util.h"
#include "../common/torlog.h"
#ifdef HAVE_UNISTD_H