changeset 31386:2c34afe8f37f

Add #include for unrar_exec.h instead of declaring unrar_executable extern.
author diego
date Thu, 17 Jun 2010 09:49:41 +0000
parents f2aebe1309b2
children da9665eeb5b5
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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[];