aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2017-10-05 16:40:43 -0400
committerCarl Dong <accounts@carldong.me>2019-01-16 13:54:18 -0500
commitaf3503d903b1a608cd212e2d74b274103199078c (patch)
tree14c60eea45f0f1ed6ccde5241be58922102524ec /src/rpc/net.cpp
parentd0469b2e9386a7a4b268cb9725347e7517acace6 (diff)
downloadbitcoin-af3503d903b1a608cd212e2d74b274103199078c.tar.xz
net: move BanMan to its own files
Diffstat (limited to 'src/rpc/net.cpp')
-rw-r--r--src/rpc/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp
index 19561c4fc7..7994d3b125 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -4,6 +4,7 @@
#include <rpc/server.h>
+#include <banman.h>
#include <chainparams.h>
#include <clientversion.h>
#include <core_io.h>