diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 10:43:02 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:14 +0200 |
commit | 78b6a4650b8ea90d99e49aff2a2c20df461bb127 (patch) | |
tree | d8851d1d9832e67c574ba5cb93176220b7495fec /src/test/test.c | |
parent | 2a74101f7a45308458ce30a3ea95e58593709613 (diff) | |
download | tor-78b6a4650b8ea90d99e49aff2a2c20df461bb127.tar.gz tor-78b6a4650b8ea90d99e49aff2a2c20df461bb127.zip |
Create connection_edge.h
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 30bb1a0f78..7e6bf70550 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -46,6 +46,7 @@ double fabs(double x); #include "buffers.h" #include "circuitbuild.h" #include "config.h" +#include "connection_edge.h" #include "geoip.h" #include "rendcommon.h" #include "test.h" |