本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* 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 Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
取消
儲存