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/reasons.c | |
parent | 7bd8dee46371063cd1e62661cd65ce9a35e776e5 (diff) | |
download | tor-cc060ea220128e55bbef3990239d20a6bb604d44.tar.gz tor-cc060ea220128e55bbef3990239d20a6bb604d44.zip |
Create reasons.h
Diffstat (limited to 'src/or/reasons.c')
-rw-r--r-- | src/or/reasons.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/reasons.c b/src/or/reasons.c index 569e253900..2dd5fe9463 100644 --- a/src/or/reasons.c +++ b/src/or/reasons.c @@ -10,6 +10,7 @@ #include "or.h" #include "config.h" +#include "reasons.h" /***************************** Edge (stream) reasons **********************/ |