[vlc-commits] SegmentInfoCommon.h:43:17: error: unknown type name 'time_t'

O. Hartmann git at videolan.org
Sun Aug 17 17:24:46 CEST 2014


vlc/vlc-2.1 | branch: master | O. Hartmann <ohartman at zedat.fu-berlin.de> | Sun Apr 27 20:32:31 2014 +0300| [5d40fbe217bf9571483b689ca7485bd1ce4799a6] | committer: Rémi Denis-Courmont

SegmentInfoCommon.h:43:17: error: unknown type name 'time_t'

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit aeb7c4c45d003fae1d777787bc264ecef6ad51db)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=5d40fbe217bf9571483b689ca7485bd1ce4799a6
---

 modules/stream_filter/dash/mpd/SegmentInfoCommon.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_filter/dash/mpd/SegmentInfoCommon.h b/modules/stream_filter/dash/mpd/SegmentInfoCommon.h
index d7336b3..6358b0b 100644
--- a/modules/stream_filter/dash/mpd/SegmentInfoCommon.h
+++ b/modules/stream_filter/dash/mpd/SegmentInfoCommon.h
@@ -27,6 +27,7 @@
 
 #include <string>
 #include <list>
+#include <ctime>
 
 namespace dash
 {



More information about the vlc-commits mailing list