summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
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/mplayer
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/mplayer')
-rw-r--r--Gui/mplayer/play.h2
1 files changed, 1 insertions, 1 deletions
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"