summaryrefslogtreecommitdiff
path: root/src/or/reasons.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-05 14:48:29 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-05 14:48:29 -0400
commit24c0f83185a9c5dff080b250d9a8e15bbf8e1a88 (patch)
treed68b467bb0294fa23a8a1aebc12b6a479caa41c1 /src/or/reasons.h
parent0e4b1781f4f0135c925cd728a09cca7d7959b961 (diff)
downloadtor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.tar.gz
tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.zip
Move socks5_status.h to src/lib/net
There might be a better place for it in the long run, but this is the best I can think of for now.
Diffstat (limited to 'src/or/reasons.h')
-rw-r--r--src/or/reasons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/reasons.h b/src/or/reasons.h
index b815463b74..837b4a0f1a 100644
--- a/src/or/reasons.h
+++ b/src/or/reasons.h
@@ -12,7 +12,7 @@
#ifndef TOR_REASONS_H
#define TOR_REASONS_H
-#include "common/socks5_status.h"
+#include "lib/net/socks5_status.h"
enum bandwidth_weight_rule_t;
const char *stream_end_reason_to_control_string(int reason);