--- rxvt-unicode/src/keyboard.h 2011/05/07 18:29:18 1.16 +++ rxvt-unicode/src/keyboard.h 2011/11/27 09:19:04 1.18 @@ -28,7 +28,6 @@ #include -#include "feature.h" #include "rxvtutil.h" #define KEYSYM_HASH_BITS 4 /* lowest #bits of keysym is used as hash key */ @@ -60,7 +59,7 @@ /* which are mapped to corresponding lower bits at register time */ uint16_t state; /* indicates each modifiers' DOWN/UP status */ keysym_type type; - const char *str; /* would normally be a keycode translation in UTF-8 */ + char *str; /* would normally be a keycode translation in UTF-8 */ }; class keyboard_manager