summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 16:54:57 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 16:59:56 -0400
commit0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1 (patch)
treede75d144d4f579539e1b1281a8a164ca34863488 /src/or/or.h
parentb9b44bf000735135e1913fd9c22cd6c1547dbdb3 (diff)
downloadtor-0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1.tar.gz
tor-0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1.zip
rectify include paths (automatic) for confline.h
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 df0e60c262..ebafc607f3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -75,7 +75,7 @@
#include "lib/net/address.h"
#include "common/compat_libevent.h"
#include "ht.h"
-#include "common/confline.h"
+#include "lib/encoding/confline.h"
#include "or/replaycache.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "lib/crypt_ops/crypto_ed25519.h"