Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
tags/v0.99.beta14
Sam Hocevar
sam
hace 17 años
padre
acca03e820
commit
3ab957dcc2
Se han
modificado 1 ficheros
con
3 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-2
src/cacaserver.c
+ 3
- 2
src/cacaserver.c
Ver fichero
@@ -25,13 +25,14 @@
/* for sockaddr_in (not included from arpa/inet.h in 10.3.9 SDK) */
# include <netinet/in.h>
# endif
#elif defined(HAVE_NETINET_IN_H)
# include <netinet/in.h>
#elif defined(HAVE_WINSOCK2_H)
# include <winsock2.h>
# include <ws2tcpip.h>
# define USE_WINSOCK 1
#endif
#if defined(HAVE_NETINET_IN_H)
# include <netinet/in.h>
#endif
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
Escribir
Vista previa
Cargando…
Cancelar
Guardar