Bandaid fix for compilation failure when creating main/.depend with GUI
enabled. This is only a problem if .developer is not present.
author |
diego |
date |
Wed, 04 Jan 2006 15:54:47 +0000 |
parents |
c395f8f5ceb0 |
children |
01e169aaaa61 |
files |
Gui/interface.h Gui/mplayer/play.h |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- 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"
--- 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"