warning fix:

sub.c: In function 'vo_update_text_teletext':
sub.c:293: warning: implicit declaration of function 'GetTimer'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24398 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-10 11:10:50 +00:00
parent 7415e7aad1
commit 02436252ca
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#ifdef HAVE_TV_TELETEXT
#include "stream/tv.h"
#include "osdep/timer.h"
#endif
#include "mplayer.h"