aboutsummaryrefslogtreecommitdiff
path: root/src/util/sock.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-28 13:27:57 +0100
committerfanquake <fanquake@gmail.com>2022-07-20 10:34:46 +0100
commitcc7b2fdd70da439c3cf8daef3bb79cf593f1cef3 (patch)
tree4293d934b1d4d64d32fcb97fab875c8856ada3a9 /src/util/sock.cpp
parent895937edb2cca3046640dc016827a216e0b6d1c1 (diff)
downloadbitcoin-cc7b2fdd70da439c3cf8daef3bb79cf593f1cef3.tar.xz
refactor: move compat.h into compat/
Diffstat (limited to 'src/util/sock.cpp')
-rw-r--r--src/util/sock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sock.cpp b/src/util/sock.cpp
index 2588575d81..125dbc7f18 100644
--- a/src/util/sock.cpp
+++ b/src/util/sock.cpp
@@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <compat.h>
+#include <compat/compat.h>
#include <logging.h>
#include <threadinterrupt.h>
#include <tinyformat.h>