浏览代码

Merge 929b12321d into f42aa68fc7

undefined
Steve Lhomme GitHub 1年前
父节点
当前提交
e41728a24d
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      caca/caca_stubs.h

+ 2
- 0
caca/caca_stubs.h 查看文件

@@ -34,6 +34,8 @@ static inline int geterrno(void) { return errno; }
# include <arpa/inet.h>
# elif defined HAVE_NETINET_IN_H
# include <netinet/in.h>
# elif defined HAVE_WINSOCK2_H
# include <winsock2.h>
# endif
# define hton16 htons
# define hton32 htonl


正在加载...
取消
保存