blob: 79989304e71a89bea244dffb2bdd48d25423b3b3 (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|