mplayer/mplayer-1.4-missing-time-h.patch

11 lines
261 B
Diff
Raw Permalink Normal View History

--- MPlayer-1.4/stream/stream_smb.c.orig 2019-11-23 18:18:30.033000000 +0100
+++ MPlayer-1.4/stream/stream_smb.c 2019-11-23 18:18:40.312000000 +0100
@@ -18,6 +18,7 @@
#include "config.h"
+#include <time.h>
#include <libsmbclient.h>
#include <unistd.h>