diff --git a/ws/ws.cpp b/ws/ws.cpp index 1c4b6536..4fced84f 100644 --- a/ws/ws.cpp +++ b/ws/ws.cpp @@ -31,6 +31,10 @@ #define getpid _getpid #endif +int helper() +{ + return 0; +} int main(int argc, char** argv) {