[vlc-commits] mp4 mux: include time.h

Jean-Baptiste Kempf git at videolan.org
Wed Oct 28 14:38:06 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 28 14:37:58 2015 +0100| [5930b42812df8e2f6a6483eb093474706ab9dc04] | committer: Jean-Baptiste Kempf

mp4 mux: include time.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5930b42812df8e2f6a6483eb093474706ab9dc04
---

 modules/mux/mp4/libmp4mux.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/mux/mp4/libmp4mux.c b/modules/mux/mp4/libmp4mux.c
index abcf8e0..7487d88 100644
--- a/modules/mux/mp4/libmp4mux.c
+++ b/modules/mux/mp4/libmp4mux.c
@@ -32,6 +32,7 @@
 #include <vlc_es.h>
 #include <vlc_iso_lang.h>
 #include <assert.h>
+#include <time.h>
 
 bool mp4mux_trackinfo_Init(mp4mux_trackinfo_t *p_stream)
 {



More information about the vlc-commits mailing list