summaryrefslogtreecommitdiff
path: root/package/libmpdclient/patches/patch-src_socket_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-26 14:44:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-26 14:44:05 +0200
commit5ae441d42ae9d1b33793a3ca19a7c929344337f7 (patch)
tree74fde0e28f77fc9627149148231391b311961bfe /package/libmpdclient/patches/patch-src_socket_c
parentd871140e95bd81cf9ee4998d7199cff292241681 (diff)
parentd0cedd6214f7c35b73a22464c8688dbf9eb79f62 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libmpdclient/patches/patch-src_socket_c')
-rw-r--r--package/libmpdclient/patches/patch-src_socket_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libmpdclient/patches/patch-src_socket_c b/package/libmpdclient/patches/patch-src_socket_c
new file mode 100644
index 000000000..5417eccd7
--- /dev/null
+++ b/package/libmpdclient/patches/patch-src_socket_c
@@ -0,0 +1,10 @@
+--- libmpdclient-2.8.orig/src/socket.c 2010-01-01 15:17:56.000000000 +0100
++++ libmpdclient-2.8/src/socket.c 2013-09-18 11:03:04.000000000 +0200
+@@ -35,6 +35,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <fcntl.h>
++#include <sys/select.h>
+ #include <unistd.h>
+
+ #ifdef WIN32