changeset 32896:c39348b4064a

Add required include file. wskeys.h is currently included in app.h but not required there, therefore it is going to be removed there.
author ib
date Mon, 28 Feb 2011 13:05:01 +0000
parents 8851bf29c1ae
children 14af78beac02
files gui/mplayer/mw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/mw.c	Mon Feb 28 10:51:56 2011 +0000
+++ b/gui/mplayer/mw.c	Mon Feb 28 13:05:01 2011 +0000
@@ -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"