diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 11:35:09 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:15 +0200 |
commit | 0bfa34e1f6dd97b9860083101479969a94ee2662 (patch) | |
tree | 1c59672e2cfec81ff34baf707e874bb488a3ebad /src/or/buffers.c | |
parent | 0d33120c26cc4e9c7705d003e215a53143b41df7 (diff) | |
download | tor-0bfa34e1f6dd97b9860083101479969a94ee2662.tar.gz tor-0bfa34e1f6dd97b9860083101479969a94ee2662.zip |
Create control.h
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index e0e0901b69..20e4d20209 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -16,6 +16,7 @@ #include "config.h" #include "connection_edge.h" #include "connection_or.h" +#include "control.h" #include "../common/util.h" #include "../common/torlog.h" #ifdef HAVE_UNISTD_H |