comparison Gui/mplayer/play.h @ 17314:1bdc7230ea29

Bandaid fix for compilation failure when creating main/.depend with GUI enabled. This is only a problem if .developer is not present.
author diego
date Wed, 04 Jan 2006 15:54:47 +0000
parents 0e1471d9da74
children 69288b4e6b89
comparison
equal deleted inserted replaced
17313:c395f8f5ceb0 17314:1bdc7230ea29
1 1
2 #ifndef __GUI_PLAY_H 2 #ifndef __GUI_PLAY_H
3 #define __GUI_PLAY_H 3 #define __GUI_PLAY_H
4 4
5 #include "../config.h" 5 #include "../../config.h"
6 6
7 #include "./mplayer.h" 7 #include "./mplayer.h"
8 8
9 extern int mplGotoTheNext; 9 extern int mplGotoTheNext;
10 10