diff gui/mplayer/sw.c @ 26365:10dfbc523184

Add gui/ prefix to some #include paths so that compilation from the top-level source directory does not fail.
author diego
date Fri, 11 Apr 2008 16:55:27 +0000
parents 8b61dc798f48
children b2f4abcf20ed
line wrap: on
line diff
--- a/gui/mplayer/sw.c	Fri Apr 11 10:51:36 2008 +0000
+++ b/gui/mplayer/sw.c	Fri Apr 11 16:55:27 2008 +0000
@@ -8,8 +8,8 @@
 #include "../libvo/x11_common.h"
 
 #include "gmplayer.h"
-#include "app.h"
-#include "interface.h"
+#include "gui/app.h"
+#include "gui/interface.h"
 #include "../help_mp.h"
 #include "widgets.h"