Update CMakeLists.txt - play with openssl
[novacoin.git] / src / noui.cpp
index db25f2d..50422d3 100644 (file)
@@ -2,11 +2,8 @@
 // Copyright (c) 2009-2012 The Bitcoin developers
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include "ui_interface.h"
-#include "init.h"
-#include "bitcoinrpc.h"
 
-#include <string>
+#include "interface.h"
 
 static int noui_ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style)
 {
@@ -15,7 +12,7 @@ static int noui_ThreadSafeMessageBox(const std::string& message, const std::stri
     return 4;
 }
 
-static bool noui_ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption)
+static bool noui_ThreadSafeAskFee(int64_t nFeeRequired, const std::string& strCaption)
 {
     return true;
 }