[vlc-commits] video_output: add missing include

Felix Abecassis git at videolan.org
Tue Aug 5 18:57:03 CEST 2014


vlc | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Tue Aug  5 18:52:24 2014 +0200| [dc5a65a84bd9842c669f82a52109a999db6dd9a0] | committer: Felix Abecassis

video_output: add missing include

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

 src/video_output/chrono.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/video_output/chrono.h b/src/video_output/chrono.h
index 8a22511..594712e 100644
--- a/src/video_output/chrono.h
+++ b/src/video_output/chrono.h
@@ -24,6 +24,8 @@
 #ifndef LIBVLC_VOUT_CHRONO_H
 #define LIBVLC_VOUT_CHRONO_H
 
+#include <assert.h>
+
 typedef struct {
     int     shift;
     mtime_t avg;



More information about the vlc-commits mailing list