aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-09-18 12:41:48 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-09-18 12:44:38 +0200
commite122e42354149386159fbff82fbd66e7a8ba1fdb (patch)
tree46dd5d8670011d30021d17a267b01d39709f4d7b /src/makefile.vc
parent3c66913cd2d7a37f57c656c282faf7d160e88ea8 (diff)
downloadbitcoin-e122e42354149386159fbff82fbd66e7a8ba1fdb.tar.xz
assure that base bitcoind and bitcoin still build
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc
index a5437bcf5c..5d283793cb 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -59,7 +59,7 @@ HEADERS = \
net.h \
noui.h \
protocol.h \
- rpc.h \
+ bitcoinrpc.h \
script.h \
serialize.h \
strlcpy.h \