diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 21:08:30 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:45 +0200 |
commit | cc060ea220128e55bbef3990239d20a6bb604d44 (patch) | |
tree | 07fada168a9b1a699f4519ab89cacd9d18046388 /src/or/buffers.c | |
parent | 7bd8dee46371063cd1e62661cd65ce9a35e776e5 (diff) | |
download | tor-cc060ea220128e55bbef3990239d20a6bb604d44.tar.gz tor-cc060ea220128e55bbef3990239d20a6bb604d44.zip |
Create reasons.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 20e4d20209..3ba2760bf3 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -17,6 +17,7 @@ #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 |