# HG changeset patch # User diego # Date 1284051703 0 # Node ID 5c708ee9b4ab9dd4a6db9f1fd2a2a0ececb889aa # Parent 0fb2562cb130c4009f39be880ce1be3de3d37188 Add appropriate #include instead of declaring seek-related variables extern. diff -r 0fb2562cb130 -r 5c708ee9b4ab gui/mplayer/play.c --- a/gui/mplayer/play.c Thu Sep 09 16:59:21 2010 +0000 +++ b/gui/mplayer/play.c Thu Sep 09 17:01:43 2010 +0000 @@ -26,6 +26,7 @@ #include "config.h" #include "help_mp.h" +#include "mp_core.h" #include "libmpcodecs/vd.h" #include "libvo/x11_common.h" #include "libvo/video_out.h" @@ -47,9 +48,6 @@ #include "stream/stream.h" -extern float rel_seek_secs; -extern int abs_seek_pos; - int mplGotoTheNext = 1; void mplFullScreen( void )