From 58d9badfe2170742fe66551acf8e4c02e8f3a98c Mon Sep 17 00:00:00 2001 From: Eric Hosmer Date: Fri, 1 Jul 2011 20:17:10 -0400 Subject: [PATCH] Add keystore.h to makefile.vs's header list. --- src/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.vc b/src/makefile.vc index 2c1553ae1..b25ba60c5 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -46,7 +46,7 @@ LIBS=$(LIBS) \ DEBUGFLAGS=/Os CFLAGS=/MD /c /nologo /EHsc /GR /Zm300 $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \ - script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h wallet.h + script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h wallet.h keystore.h OBJS= \ obj\util.obj \