diff options
Diffstat (limited to 'extra/mplayer/mplayer-samba4-time-include.patch')
-rw-r--r-- | extra/mplayer/mplayer-samba4-time-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/mplayer/mplayer-samba4-time-include.patch b/extra/mplayer/mplayer-samba4-time-include.patch new file mode 100644 index 00000000..79989304 --- /dev/null +++ b/extra/mplayer/mplayer-samba4-time-include.patch @@ -0,0 +1,11 @@ +diff -rauN mplayer-38101/stream/stream_smb.c mplayer-samba4-time-include-patch/stream/stream_smb.c +--- mplayer-38101/stream/stream_smb.c 2019-03-21 08:28:16.708465910 +0100 ++++ mplayer-samba4-time-include-patch/stream/stream_smb.c 2019-03-21 08:29:13.545760007 +0100 +@@ -18,6 +18,7 @@ + + #include "config.h" + ++#include <time.h> + #include <samba-4.0/libsmbclient.h> + #include <unistd.h> + |