summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-12 08:49:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-12 08:49:25 +0000
commit177e5c452a165aff4d7091fe2d91a1e1a3fc5346 (patch)
tree575eb658c8f1ae369dd27c852396eca786faf0b3 /stream
parentf087be10ae023d1df895126237ee5c1033484888 (diff)
downloadmpv-177e5c452a165aff4d7091fe2d91a1e1a3fc5346.tar.bz2
mpv-177e5c452a165aff4d7091fe2d91a1e1a3fc5346.tar.xz
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
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_bsdbt848.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c
index 9d19206a6d..8ac31aef03 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -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);