diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-11-05 00:29:37 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-11-05 00:29:37 -0200 |
commit | f85c48e7e3ee02bc8ab47fcb9238eec086613639 (patch) | |
tree | 1341dc095316a8c766e58324dcdb1839936b2c51 /libre/mplayer-libre/include-samba-4.0.patch | |
parent | dce5a758517aa256cdc27462825389162bb36295 (diff) | |
parent | 4ccf5afc3e1b6b61c27fe71ebc3be43a36657b92 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/mplayer-libre/include-samba-4.0.patch')
-rw-r--r-- | libre/mplayer-libre/include-samba-4.0.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/mplayer-libre/include-samba-4.0.patch b/libre/mplayer-libre/include-samba-4.0.patch new file mode 100644 index 000000000..2ed272b6a --- /dev/null +++ b/libre/mplayer-libre/include-samba-4.0.patch @@ -0,0 +1,12 @@ +diff -rupN a/stream/stream_smb.c b/stream/stream_smb.c +--- a/stream/stream_smb.c 2013-03-16 13:38:34.000000000 +0000 ++++ b/stream/stream_smb.c 2013-10-31 20:05:32.473947926 +0000 +@@ -18,7 +18,7 @@ + + #include "config.h" + +-#include <libsmbclient.h> ++#include <samba-4.0/libsmbclient.h> + #include <unistd.h> + + #include "mp_msg.h" |