From 923689bb077dbb489864bb29fbe35cf8211d537b Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期一, 13 十一月 2023 17:43:08 +0800 Subject: [PATCH] update docs --- runtime/websocket/bin/funasr-wss-server.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/runtime/websocket/bin/funasr-wss-server.cpp b/runtime/websocket/bin/funasr-wss-server.cpp index 66a9a58..da7fdd4 100644 --- a/runtime/websocket/bin/funasr-wss-server.cpp +++ b/runtime/websocket/bin/funasr-wss-server.cpp @@ -11,7 +11,11 @@ // [--vad-quant <string>] [--vad-dir <string>] [--quantize // <string>] --model-dir <string> [--] [--version] [-h] #include "websocket-server.h" +#ifdef _WIN32 +#include "win_func.h" +#else #include <unistd.h> +#endif #include <fstream> #include "util.h" -- Gitblit v1.9.1