diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 21:53:11 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:45 +0200 |
commit | b0cd4551abb1105542b366e6cd23cfa2fb1003ce (patch) | |
tree | 6e8ed7c8b0dd1c0c43bf5e06bfe46998ec8e51a5 /src/or/rendmid.c | |
parent | cc060ea220128e55bbef3990239d20a6bb604d44 (diff) | |
download | tor-b0cd4551abb1105542b366e6cd23cfa2fb1003ce.tar.gz tor-b0cd4551abb1105542b366e6cd23cfa2fb1003ce.zip |
Create relay.h
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index f99654372a..393347b6db 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -10,6 +10,7 @@ #include "or.h" #include "circuitlist.h" #include "config.h" +#include "relay.h" /** Respond to an ESTABLISH_INTRO cell by checking the signed data and * setting the circuit's purpose and service pk digest. |