From 71449efc89ed9c379456b573dc05d288e47e9a83 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 30 Dec 2007 12:19:34 +0000 Subject: [PATCH] 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' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25553 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvr100.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_xvr100.c b/libvo/vo_xvr100.c index d838bc1e98..ff92018ad9 100644 --- a/libvo/vo_xvr100.c +++ b/libvo/vo_xvr100.c @@ -49,6 +49,7 @@ #include "aspect.h" #include "geometry.h" #include "fastmemcpy.h" +#include "sub.h" #include "mp_msg.h"