aboutsummaryrefslogtreecommitdiff
path: root/src/torcontrol.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-10-22 19:37:17 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-10-22 21:45:20 +0300
commitcadb77a6ab8a3e6f56062cfaec4dd8168c71b39d (patch)
tree83e73388d21b640f8b5a7ece01ac3e69481be334 /src/torcontrol.cpp
parentf796f0057bc7dad8e7065831b07f432fc0fb9f08 (diff)
downloadbitcoin-cadb77a6ab8a3e6f56062cfaec4dd8168c71b39d.tar.xz
net: Add compat.h header for htonl function
Diffstat (limited to 'src/torcontrol.cpp')
-rw-r--r--src/torcontrol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp
index 8ebe3d750d..9d91f42b1b 100644
--- a/src/torcontrol.cpp
+++ b/src/torcontrol.cpp
@@ -7,6 +7,7 @@
#include <chainparams.h>
#include <chainparamsbase.h>
+#include <compat.h>
#include <crypto/hmac_sha256.h>
#include <net.h>
#include <netaddress.h>