diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 10:22:51 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:14 +0200 |
commit | c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf (patch) | |
tree | ddb70ca816285b68425959467673bd4b476daffc /src/or/rendmid.c | |
parent | 3074d5a2215b82e37c756426a7576088e52630ea (diff) | |
download | tor-c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf.tar.gz tor-c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf.zip |
Create config.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 a248828a0a..f99654372a 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -9,6 +9,7 @@ #include "or.h" #include "circuitlist.h" +#include "config.h" /** Respond to an ESTABLISH_INTRO cell by checking the signed data and * setting the circuit's purpose and service pk digest. |