Merge branch 'master' of github.com:novacoin-project/novacoin
[novacoin.git] / src / noui.cpp
index db25f2d..91fb8d0 100644 (file)
@@ -2,7 +2,7 @@
 // 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 "interface.h"
 #include "init.h"
 #include "bitcoinrpc.h"
 
@@ -15,7 +15,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;
 }