diff options
Diffstat (limited to 'console-client/xkb/xkb.c')
-rw-r--r-- | console-client/xkb/xkb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c index fd84c6b6..bd8d60bb 100644 --- a/console-client/xkb/xkb.c +++ b/console-client/xkb/xkb.c @@ -42,9 +42,9 @@ #define NoSymbol 0 - - /* The converter. */ - static iconv_t cd; + +/* The converter. */ +extern iconv_t cd; /* All interpretations for compatibility. (Translation from keysymbol to actions). */ |