From 177e5c452a165aff4d7091fe2d91a1e1a3fc5346 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 12 Sep 2007 08:49:25 +0000 Subject: 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 --- stream/tvi_bsdbt848.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') 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); -- cgit v1.2.3