diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-04-18 03:21:53 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-25 08:06:01 -0400 |
commit | 04583df4520705bc171be9b720344167029292cb (patch) | |
tree | 21d5ce9cfe8eac60cf07e877e038d3a6becb5fee /src/test/test.c | |
parent | 9d5bc1a9354637aa59025f61e577c6d42f8c53ba (diff) | |
download | tor-04583df4520705bc171be9b720344167029292cb.tar.gz tor-04583df4520705bc171be9b720344167029292cb.zip |
Rename the `torgzip` module to `compress`.
See https://bugs.torproject.org/21663
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c index 77ea44970c..e8a63e6afd 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -44,13 +44,13 @@ double fabs(double x); #include "buffers.h" #include "circuitlist.h" #include "circuitstats.h" +#include "compress.h" #include "config.h" #include "connection_edge.h" #include "geoip.h" #include "rendcommon.h" #include "rendcache.h" #include "test.h" -#include "torgzip.h" #include "main.h" #include "memarea.h" #include "onion.h" |