summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 11:52:01 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:14:14 -0400
commitb420da4cf80e9fc53db0a085514b9491b750812f (patch)
tree408470cbf2c8c019dbc765cbd0dffefa4401eb27 /src/or/main.c
parent2d20cbf837263898ce45c1e0a0f11b9e1126eeba (diff)
downloadtor-b420da4cf80e9fc53db0a085514b9491b750812f.tar.gz
tor-b420da4cf80e9fc53db0a085514b9491b750812f.zip
Rectify include paths (automated)
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 4ca180af2c..35d6d62bb6 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -61,7 +61,7 @@
#include "or/circuituse.h"
#include "or/circuitmux_ewma.h"
#include "or/command.h"
-#include "common/compress.h"
+#include "lib/compress/compress.h"
#include "or/config.h"
#include "or/confparse.h"
#include "or/connection.h"