Steve Lhomme
GitHub
8 månader sedan
förälder
incheckning
e41728a24d
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: B5690EEEBB952194
1 ändrade filer med
2 tillägg och
0 borttagningar
-
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 |
|
|
|