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/connection.c | |
parent | 7bd8dee46371063cd1e62661cd65ce9a35e776e5 (diff) | |
download | tor-cc060ea220128e55bbef3990239d20a6bb604d44.tar.gz tor-cc060ea220128e55bbef3990239d20a6bb604d44.zip |
Create reasons.h
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index e4d158afb3..c58eb9c9e9 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -28,6 +28,7 @@ #include "geoip.h" #include "main.h" #include "policies.h" +#include "reasons.h" #include "rendclient.h" #include "rendcommon.h" #include "router.h" |