index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-03-21 08:36:36 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-03-21 08:36:36 +0100 |
commit | e9156e426a035f5cbce3411b79d4f8e5e94aa3b8 (patch) | |
tree | b6dd7ca4ee808b31a4a7c81557e3387b28da73ad /extra/mplayer/mplayer-samba4-time-include.patch | |
parent | 021f4ec58dd91457d032457f68b99c69cf347c8d (diff) |
-rw-r--r-- | extra/mplayer/mplayer-samba4-time-include.patch | 11 |
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> + |