changeset 24411:a6ead1d94378

Add missing #include to fix compilation. patch by Bernd Ernesti, mplayer-dev-eng lists.veego de
author diego
date Wed, 12 Sep 2007 08:49:25 +0000
parents 606006d9f2f1
children 6c13e92f6d05
files stream/tvi_bsdbt848.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);