]> git.sesse.net Git - vlc/commitdiff
* libopendaap patch
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 17 Jan 2005 19:40:03 +0000 (19:40 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 17 Jan 2005 19:40:03 +0000 (19:40 +0000)
extras/contrib/src/Patches/daap.patch [new file with mode: 0644]

diff --git a/extras/contrib/src/Patches/daap.patch b/extras/contrib/src/Patches/daap.patch
new file mode 100644 (file)
index 0000000..cca2526
--- /dev/null
@@ -0,0 +1,11 @@
+diff -ruN libopendaap.orig/http_client.c libopendaap/http_client.c
+--- libopendaap.orig/http_client.c     Mon Jan 17 15:36:28 2005
++++ libopendaap/http_client.c  Mon Jan 17 15:37:01 2005
+@@ -36,6 +36,7 @@
+ # include <sys/types.h>
+ # include <sys/socket.h>
+ # include <sys/select.h>
++# include <netinet/in.h>
+ # include <netdb.h>
+ # include <fcntl.h>
+ #elif defined(SYSTEM_WIN32)