diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 00:46:18 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:56:26 +0200 |
commit | 34dfce0d82b7660ccf80da8314ca664a44b24126 (patch) | |
tree | e091c0a734e868ce585d00b39195460ba93a6a78 /src/or/connection_edge.c | |
parent | 85a1d635d5f15a49bda9f5e6588b0863d4b7b67d (diff) | |
download | tor-34dfce0d82b7660ccf80da8314ca664a44b24126.tar.gz tor-34dfce0d82b7660ccf80da8314ca664a44b24126.zip |
Create buffers.h
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 44e366b60c..84752f15b7 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -10,6 +10,7 @@ **/ #include "or.h" +#include "buffers.h" #include "dnsserv.h" #include "rendclient.h" #include "rendcommon.h" |