mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
98a860905e
commit
71449efc89
|
@ -49,6 +49,7 @@
|
|||
#include "aspect.h"
|
||||
#include "geometry.h"
|
||||
#include "fastmemcpy.h"
|
||||
#include "sub.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue