]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/daap.patch
- When both IPv4 and IPv6 plugins return a socket, use the IPv6 one if
[vlc] / extras / contrib / src / Patches / daap.patch
1 diff -ruN libopendaap.orig/http_client.c libopendaap/http_client.c
2 --- libopendaap.orig/http_client.c      Mon Jan 17 15:36:28 2005
3 +++ libopendaap/http_client.c   Mon Jan 17 15:37:01 2005
4 @@ -36,6 +36,7 @@
5  # include <sys/types.h>
6  # include <sys/socket.h>
7  # include <sys/select.h>
8 +# include <netinet/in.h>
9  # include <netdb.h>
10  # include <fcntl.h>
11  #elif defined(SYSTEM_WIN32)