[MPlayer-cvslog] r32983 - trunk/gui/mplayer/mw.c
ib
subversion at mplayerhq.hu
Mon Feb 28 14:05:02 CET 2011
Author: ib
Date: Mon Feb 28 14:05:01 2011
New Revision: 32983
Log:
Add required include file.
wskeys.h is currently included in app.h but not required there,
therefore it is going to be removed there.
Modified:
trunk/gui/mplayer/mw.c
Modified: trunk/gui/mplayer/mw.c
==============================================================================
--- trunk/gui/mplayer/mw.c Mon Feb 28 11:51:56 2011 (r32982)
+++ trunk/gui/mplayer/mw.c Mon Feb 28 14:05:01 2011 (r32983)
@@ -31,6 +31,7 @@
#include "gui/skin/font.h"
#include "gui/skin/skin.h"
#include "gui/wm/ws.h"
+#include "gui/wm/wskeys.h"
#include "help_mp.h"
#include "libvo/x11_common.h"
More information about the MPlayer-cvslog
mailing list