diff gui/mplayer/gtk/about.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 0d255d03016f
children b2f4abcf20ed
line wrap: on
line diff
--- a/gui/mplayer/gtk/about.c	Fri Apr 11 10:51:36 2008 +0000
+++ b/gui/mplayer/gtk/about.c	Fri Apr 11 16:55:27 2008 +0000
@@ -1,8 +1,8 @@
 #include "config.h"
-#include "app.h"
+#include "gui/app.h"
 #include "help_mp.h"
 
-#include "mplayer/pixmaps/about.xpm"
+#include "gui/mplayer/pixmaps/about.xpm"
 #include "../widgets.h"
 #include "about.h"
 #include "gtk_common.h"