From 4b3a4d2d176bccb047061ee97f401b6d61552f5e Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Wed, 28 Nov 2018 22:17:58 +0300 Subject: [PATCH] stream/stream_smb.c: include time.h --- MPlayer/stream/stream_smb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MPlayer/stream/stream_smb.c b/MPlayer/stream/stream_smb.c index 53fd821199..333436a249 100644 --- a/MPlayer/stream/stream_smb.c +++ b/MPlayer/stream/stream_smb.c @@ -18,6 +18,7 @@ #include "config.h" +#include #include #include -- 2.33.7