summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 00:46:18 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:56:26 +0200
commit34dfce0d82b7660ccf80da8314ca664a44b24126 (patch)
treee091c0a734e868ce585d00b39195460ba93a6a78 /src/or/buffers.c
parent85a1d635d5f15a49bda9f5e6588b0863d4b7b67d (diff)
downloadtor-34dfce0d82b7660ccf80da8314ca664a44b24126.tar.gz
tor-34dfce0d82b7660ccf80da8314ca664a44b24126.zip
Create buffers.h
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index c4ebc8135f..807ca5076d 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -12,6 +12,7 @@
**/
#define BUFFERS_PRIVATE
#include "or.h"
+#include "buffers.h"
#include "../common/util.h"
#include "../common/torlog.h"
#ifdef HAVE_UNISTD_H