summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/pl.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 16:55:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 16:55:27 +0000
commit40190e8ec7704c81e5d8e6818acbfa1f0b44b605 (patch)
treee8b5e6c8757b35eafc5389590afe0d7662515d06 /gui/mplayer/gtk/pl.c
parentf55af6125a4443a2ba0115f30a8891bf7b9ca5f3 (diff)
downloadmpv-40190e8ec7704c81e5d8e6818acbfa1f0b44b605.tar.bz2
mpv-40190e8ec7704c81e5d8e6818acbfa1f0b44b605.tar.xz
Add gui/ prefix to some #include paths so that compilation from the
top-level source directory does not fail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26397 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/gtk/pl.c')
-rw-r--r--gui/mplayer/gtk/pl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/gtk/pl.c b/gui/mplayer/gtk/pl.c
index 1e5b81eb6f..301d6238cc 100644
--- a/gui/mplayer/gtk/pl.c
+++ b/gui/mplayer/gtk/pl.c
@@ -14,7 +14,7 @@
#include "help_mp.h"
#include "stream/stream.h"
-#include "interface.h"
+#include "gui/interface.h"
#include "../widgets.h"
#include "pl.h"
#include "gtk_common.h"