# HG changeset patch # User diego # Date 1199017174 0 # Node ID 0918f2b6aca0a9c08ec6f8fc597c069808dc6903 # Parent 28db88e2d50d7f8f84e14e579fb977e8747b8b28 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' diff -r 28db88e2d50d -r 0918f2b6aca0 libvo/vo_xvr100.c --- 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"