summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/opts.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 14:33:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 14:33:16 +0000
commit6448809568dba98177ec36ddc9df347073a65402 (patch)
treedccd34dfd4f2580fece8a7afe4dd9b8f21dd50d0 /gui/mplayer/gtk/opts.c
parentdc32369107443eb9f5f1056cce1e07e3bee0e5c2 (diff)
downloadmpv-6448809568dba98177ec36ddc9df347073a65402.tar.bz2
mpv-6448809568dba98177ec36ddc9df347073a65402.tar.xz
Move GUI-related extern declarations to a GUI header file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30578 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/gtk/opts.c')
-rw-r--r--gui/mplayer/gtk/opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/opts.c b/gui/mplayer/gtk/opts.c
index e4d491e60d..f086819763 100644
--- a/gui/mplayer/gtk/opts.c
+++ b/gui/mplayer/gtk/opts.c
@@ -39,6 +39,7 @@
#include "gui/app.h"
#include "gui/cfg.h"
#include "gui/interface.h"
+#include "gui/mplayer/gmplayer.h"
#include "gui/mplayer/widgets.h"
#include "opts.h"
#include "fs.h"