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/connection_edge.c | |
parent | 3074d5a2215b82e37c756426a7576088e52630ea (diff) | |
download | tor-c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf.tar.gz tor-c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf.zip |
Create config.h
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 311c481611..ec49d6632a 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -13,6 +13,7 @@ #include "buffers.h" #include "circuitlist.h" #include "circuituse.h" +#include "config.h" #include "dnsserv.h" #include "rendclient.h" #include "rendcommon.h" |