aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-10-28 21:33:23 -0400
committerCory Fields <[email protected]>2014-10-29 00:24:40 -0400
commit71697f97d3f9512f0af934070690c14f1c0d95ea (patch)
tree2c0f448b9504a045f09779364214e0703733897e /src/bitcoind.cpp
parentMerge pull request #5100 (diff)
downloaddiscoin-71697f97d3f9512f0af934070690c14f1c0d95ea.tar.xz
discoin-71697f97d3f9512f0af934070690c14f1c0d95ea.zip
Separate protocol versioning from clientversion
Diffstat (limited to 'src/bitcoind.cpp')
-rw-r--r--src/bitcoind.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp
index 0737b5a83..a79e581a8 100644
--- a/src/bitcoind.cpp
+++ b/src/bitcoind.cpp
@@ -3,6 +3,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include "clientversion.h"
#include "rpcserver.h"
#include "init.h"
#include "main.h"