Steve Lhomme
GitHub
hace 1 año
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
2 adiciones y
0 borrados
-
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 |
|
|
|
|