[vlc-commits] commit: Missing include (vout). (Laurent Aimar )

git at videolan.org git at videolan.org
Sat May 1 13:46:53 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat May  1 13:46:22 2010 +0200| [ee0f54b35b1d3ceab09d6fd900dda3f643964a37] | committer: Laurent Aimar 

Missing include (vout).

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

 src/video_output/video_text.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/video_output/video_text.c b/src/video_output/video_text.c
index 474fc1c..e0f15bb 100644
--- a/src/video_output/video_text.c
+++ b/src/video_output/video_text.c
@@ -24,6 +24,7 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
+#include <assert.h>
 
 #include <vlc_common.h>
 #include <vlc_vout.h>



More information about the vlc-commits mailing list