diff options
author | fanquake <fanquake@gmail.com> | 2022-06-28 13:27:57 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-20 10:34:46 +0100 |
commit | cc7b2fdd70da439c3cf8daef3bb79cf593f1cef3 (patch) | |
tree | 4293d934b1d4d64d32fcb97fab875c8856ada3a9 /src/torcontrol.cpp | |
parent | 895937edb2cca3046640dc016827a216e0b6d1c1 (diff) |
refactor: move compat.h into compat/
Diffstat (limited to 'src/torcontrol.cpp')
-rw-r--r-- | src/torcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index d6e792a55f..3a21a79a34 100644 --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -7,7 +7,7 @@ #include <chainparams.h> #include <chainparamsbase.h> -#include <compat.h> +#include <compat/compat.h> #include <crypto/hmac_sha256.h> #include <net.h> #include <netaddress.h> |