Steve Lhomme
GitHub
1 년 전
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
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 |
|
|
|
|