diff --git a/gui/cfg.h b/gui/cfg.h index be542b0b8a..82eb36122a 100644 --- a/gui/cfg.h +++ b/gui/cfg.h @@ -19,6 +19,8 @@ #ifndef MPLAYER_GUI_CFG_H #define MPLAYER_GUI_CFG_H +#include "config.h" + extern int gtkEnableAudioEqualizer; extern int gtkVfPP; diff --git a/gui/mplayer/play.h b/gui/mplayer/play.h index a96476e530..9e100f32fc 100644 --- a/gui/mplayer/play.h +++ b/gui/mplayer/play.h @@ -19,8 +19,6 @@ #ifndef MPLAYER_GUI_PLAY_H #define MPLAYER_GUI_PLAY_H -#include "config.h" - extern int mplGotoTheNext; void mplEnd( void );