# HG changeset patch # User diego # Date 1136390087 0 # Node ID 1bdc7230ea29f1c2d70c8afb00d3f25fbd830ccb # Parent c395f8f5ceb082b224facf417d863886f807cb24 Bandaid fix for compilation failure when creating main/.depend with GUI enabled. This is only a problem if .developer is not present. diff -r c395f8f5ceb0 -r 1bdc7230ea29 Gui/interface.h --- a/Gui/interface.h Wed Jan 04 15:31:01 2006 +0000 +++ b/Gui/interface.h Wed Jan 04 15:54:47 2006 +0000 @@ -2,7 +2,7 @@ #ifndef _INTERFACE_H #define _INTERFACE_H -#include "config.h" +#include "../config.h" #include "mplayer/play.h" #include "mplayer.h" #include "libvo/font_load.h" diff -r c395f8f5ceb0 -r 1bdc7230ea29 Gui/mplayer/play.h --- a/Gui/mplayer/play.h Wed Jan 04 15:31:01 2006 +0000 +++ b/Gui/mplayer/play.h Wed Jan 04 15:54:47 2006 +0000 @@ -2,7 +2,7 @@ #ifndef __GUI_PLAY_H #define __GUI_PLAY_H -#include "../config.h" +#include "../../config.h" #include "./mplayer.h"