diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 22:57:20 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:46 +0200 |
commit | df9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c (patch) | |
tree | 9ece052371a08f744964dddb8889e99c82a3ea12 /src/or/connection.c | |
parent | 52e6e915fbc5f019a6aec3afa3c88a415777d830 (diff) | |
download | tor-df9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c.tar.gz tor-df9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c.zip |
Create rephist.h
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index d9aa1cf782..02acd97e75 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -32,6 +32,7 @@ #include "relay.h" #include "rendclient.h" #include "rendcommon.h" +#include "rephist.h" #include "router.h" static connection_t *connection_create_listener( |