From 0b0ad9ff821f2d9fb7e4c9e1d3e62c61214df0cd Mon Sep 17 00:00:00 2001 From: SChernykh Date: Mon, 21 Feb 2022 09:32:32 +0100 Subject: [PATCH] Fix tests compilation --- tests/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/main.cpp b/tests/src/main.cpp index 2822d0c..cbe2556 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -17,6 +17,8 @@ #include "gtest/gtest.h" +void p2pool_usage() {} + int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv);