From abc9495e0c0ff3a6f8205855494a222f2aa965ce Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 23 Feb 2010 20:16:30 +0000 Subject: Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes: mencoder.c:226: warning: no previous prototype for 'mp_input_check_interrupt' mencoder.c:232: warning: no previous prototype for 'mplayer_put_key' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30723 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 93f10324f4..558e3f5e4b 100644 --- a/mencoder.c +++ b/mencoder.c @@ -62,7 +62,7 @@ #include "m_config.h" #include "parser-mecmd.h" #include "parser-cfg.h" - +#include "mp_fifo.h" #include "get_path.h" #include "stream/stream.h" @@ -72,7 +72,7 @@ #include "libmpdemux/mp3_hdr.h" #include "libmpdemux/muxer.h" - +#include "input/input.h" #include "libvo/video_out.h" #include "libaf/af_format.h" -- cgit v1.2.3