Fixed compilation error

This commit is contained in:
SChernykh
2023-04-19 21:50:57 +02:00
parent 7a83fd2f30
commit 5f18eed14d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ static constexpr char log_file_name[] = "p2pool.log";
namespace p2pool {
extern const uv_handle_type stdin_type = uv_guess_handle(0);
const uv_handle_type stdin_type = uv_guess_handle(0);
namespace log {