changeset 25525:0918f2b6aca0

Add missing #include, fixes the warning: vo_xvr100.c: In function 'draw_osd': vo_xvr100.c:346: warning: implicit declaration of function 'vo_draw_text'
author diego
date Sun, 30 Dec 2007 12:19:34 +0000
parents 28db88e2d50d
children 8b013fe0f842
files libvo/vo_xvr100.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvr100.c	Sun Dec 30 12:17:23 2007 +0000
+++ b/libvo/vo_xvr100.c	Sun Dec 30 12:19:34 2007 +0000
@@ -49,6 +49,7 @@
 #include "aspect.h"
 #include "geometry.h"
 #include "fastmemcpy.h"
+#include "sub.h"
 #include "mp_msg.h"