summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-04 15:54:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-04 15:54:47 +0000
commit5081060d663713c4fdc686aad01e44e723452e74 (patch)
treeabeba3d8ef92fa9f154beb9b3518071e89f1f012 /Gui
parentac5044a2d441916a24666cb8d136c398adc6b36e (diff)
downloadmpv-5081060d663713c4fdc686aad01e44e723452e74.tar.bz2
mpv-5081060d663713c4fdc686aad01e44e723452e74.tar.xz
Bandaid fix for compilation failure when creating main/.depend with GUI
enabled. This is only a problem if .developer is not present. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17315 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/interface.h2
-rw-r--r--Gui/mplayer/play.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gui/interface.h b/Gui/interface.h
index a819a9fc8b..56a555ba5a 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -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 --git a/Gui/mplayer/play.h b/Gui/mplayer/play.h
index 97810e3be9..60317cd479 100644
--- a/Gui/mplayer/play.h
+++ b/Gui/mplayer/play.h
@@ -2,7 +2,7 @@
#ifndef __GUI_PLAY_H
#define __GUI_PLAY_H
-#include "../config.h"
+#include "../../config.h"
#include "./mplayer.h"