使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
libcaca
镜像自地址
https://github.com/cacalabs/libcaca.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
7
百科
动态
浏览代码
* Always include <netinet/in.h> when present, to make header simpler.
tags/v0.99.beta14
Sam Hocevar
sam
17 年前
父节点
3ab957dcc2
当前提交
63914b4198
共有
1 个文件被更改
,包括
0 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-4
src/cacaserver.c
+ 0
- 4
src/cacaserver.c
查看文件
@@ -21,10 +21,6 @@
#include <stdlib.h>
#if defined(HAVE_ARPA_INET_H)
# include <arpa/inet.h>
# if defined(USE_COCOA) && defined(HAVE_NETINET_IN_H)
/* for sockaddr_in (not included from arpa/inet.h in 10.3.9 SDK) */
# include <netinet/in.h>
# endif
#elif defined(HAVE_WINSOCK2_H)
# include <winsock2.h>
# include <ws2tcpip.h>
撰写
预览
正在加载...
取消
保存