summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-04-18 03:21:53 +0200
committerNick Mathewson <nickm@torproject.org>2017-04-25 08:06:01 -0400
commit04583df4520705bc171be9b720344167029292cb (patch)
tree21d5ce9cfe8eac60cf07e877e038d3a6becb5fee /src/or/or.h
parent9d5bc1a9354637aa59025f61e577c6d42f8c53ba (diff)
downloadtor-04583df4520705bc171be9b720344167029292cb.tar.gz
tor-04583df4520705bc171be9b720344167029292cb.zip
Rename the `torgzip` module to `compress`.
See https://bugs.torproject.org/21663
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 20c4ebccd0..9e3e409af9 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -71,7 +71,7 @@
#include "tortls.h"
#include "torlog.h"
#include "container.h"
-#include "torgzip.h"
+#include "compress.h"
#include "address.h"
#include "compat_libevent.h"
#include "ht.h"