diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 01:21:00 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:13 +0200 |
commit | 21155204c68558c9ef7c508e1f6ea008cf455d4a (patch) | |
tree | ef35db6d7c17acfac788fa55915de1d1dcadd477 /src/or/rendcommon.c | |
parent | 34dfce0d82b7660ccf80da8314ca664a44b24126 (diff) | |
download | tor-21155204c68558c9ef7c508e1f6ea008cf455d4a.tar.gz tor-21155204c68558c9ef7c508e1f6ea008cf455d4a.zip |
Create circuitbuild.h
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 60f4d25c78..e8d101484b 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -9,6 +9,7 @@ **/ #include "or.h" +#include "circuitbuild.h" #include "rendclient.h" #include "rendcommon.h" #include "rendservice.h" |