# HG changeset patch # User diego # Date 1189586965 0 # Node ID a6ead1d943788dae3e0418006e076735f3166ff0 # Parent 606006d9f2f150737ccd2a72ad3c2875f574d9d9 Add missing #include to fix compilation. patch by Bernd Ernesti, mplayer-dev-eng lists.veego de diff -r 606006d9f2f1 -r a6ead1d94378 stream/tvi_bsdbt848.c --- a/stream/tvi_bsdbt848.c Wed Sep 12 06:59:36 2007 +0000 +++ b/stream/tvi_bsdbt848.c Wed Sep 12 08:49:25 2007 +0000 @@ -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);