mirror of https://github.com/mpv-player/mpv
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:
parent
7415e7aad1
commit
02436252ca
|
@ -16,6 +16,7 @@
|
|||
|
||||
#ifdef HAVE_TV_TELETEXT
|
||||
#include "stream/tv.h"
|
||||
#include "osdep/timer.h"
|
||||
#endif
|
||||
|
||||
#include "mplayer.h"
|
||||
|
|
Loading…
Reference in New Issue