# HG changeset patch # User diego # Date 1276768181 0 # Node ID 2c34afe8f37f3d994cfcf443a83f8fec59133b27 # Parent f2aebe1309b20a12d9a109d2eeb534ab4d22bcad Add #include for unrar_exec.h instead of declaring unrar_executable extern. diff -r f2aebe1309b2 -r 2c34afe8f37f cfg-mplayer.h --- a/cfg-mplayer.h Thu Jun 17 09:46:44 2010 +0000 +++ b/cfg-mplayer.h Thu Jun 17 09:49:41 2010 +0000 @@ -33,8 +33,7 @@ #include "libvo/vo_zr.h" #include "libvo/x11_common.h" #include "mp_fifo.h" - -extern char *unrar_executable; +#include "unrar_exec.h" extern const m_option_t dxr2_opts[];