File build-final.diff of Package kdebase4-workspace
Index: kcontrol/keyboard/xkb_rules.cpp =================================================================== --- kcontrol/keyboard/xkb_rules.cpp.orig 2010-08-25 09:44:36.000000000 +0200 +++ kcontrol/keyboard/xkb_rules.cpp 2010-11-21 20:47:03.852717806 +0100 @@ -37,6 +37,7 @@ #include <X11/Xatom.h> #include <X11/XKBlib.h> #include <X11/extensions/XKBrules.h> +#include <fixx11h.h> #include <config-workspace.h> Index: kcontrol/keyboard/xinput_helper.cpp =================================================================== --- kcontrol/keyboard/xinput_helper.cpp.orig 2010-09-01 15:36:50.000000000 +0200 +++ kcontrol/keyboard/xinput_helper.cpp 2010-11-21 20:47:03.852717806 +0100 @@ -33,6 +33,7 @@ #include "x11_helper.h" +#include <fixx11h.h> static int DEVICE_NONE = 0; static int DEVICE_KEYBOARD = 1;