Browse Source

Daemon compile fix

PascalCoin 7 years ago
parent
commit
b3e7aec0bf
2 changed files with 3 additions and 1 deletions
  1. 1 1
      src/core/upcdaemon.pas
  2. 2 0
      src/pascalcoin_miner.pp

+ 1 - 1
src/core/upcdaemon.pas

@@ -19,7 +19,7 @@ interface
 
 uses
   Classes, SysUtils, daemonapp,
-  SyncObjs, UOpenSSL, UCrypto, UNode, UFileStorage, UFolderHelper, UWalletKeys, UConst, ULog, UNetProtocol,
+  SyncObjs, UOpenSSL, UCrypto, UNode, UFileStorage, UFolderHelper, UWallet, UConst, ULog, UNetProtocol,
   IniFiles,
   UThread, URPC, UPoolMining, UAccounts;
 

+ 2 - 0
src/pascalcoin_miner.pp

@@ -17,6 +17,8 @@ program PascalCoinMiner;
 
   }
 
+{$I config.inc}
+
 uses
   {$IFDEF UNIX}{$IFDEF UseCThreads}
   cthreads,