diff options
Diffstat (limited to 'src/TMkey.c')
-rw-r--r-- | src/TMkey.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TMkey.c b/src/TMkey.c index 7218c56..4194445 100644 --- a/src/TMkey.c +++ b/src/TMkey.c @@ -67,6 +67,9 @@ in this Software without prior written authorization from The Open Group. #define XK_LATIN3 #define XK_LATIN4 +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include <X11/keysymdef.h> #ifdef XKB |