1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Add missing #include to fix compilation.

patch by Bernd Ernesti, mplayer-dev-eng lists.veego de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-12 08:49:25 +00:00
parent f087be10ae
commit 177e5c452a

View File

@ -63,6 +63,7 @@
#include "libaf/af_format.h"
#include "libmpcodecs/img_format.h"
#include "tv.h"
#include "help_mp.h"
#include "mp_msg.h"
static tvi_handle_t *tvi_init_bsdbt848(tv_param_t* tv_param);