4 Star 3 Fork 26

OpenHarmony/third_party_libwebsockets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
for_ios.patch 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
qugr 提交于 2023-05-05 15:57 . add libwebsockets
diff --git a/lib/core-net/vhost_ios.c b/lib/core-net/vhost_ios.c
index 298bf01e..e8dc468e 100644
--- a/lib/core-net/vhost_ios.c
+++ b/lib/core-net/vhost_ios.c
@@ -48,6 +48,8 @@ const struct lws_role_ops *available_roles[] = {
#endif
#if defined(LWS_WITH_NETLINK)
&role_ops_netlink,
+#else
+ NULL,
#endif
NULL
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_libwebsockets.git
git@gitee.com:openharmony/third_party_libwebsockets.git
openharmony
third_party_libwebsockets
third_party_libwebsockets
master

搜索帮助