diff options
Diffstat (limited to 'src/XKBfileInt.h')
-rw-r--r-- | src/XKBfileInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XKBfileInt.h b/src/XKBfileInt.h index d0e842f..e810e61 100644 --- a/src/XKBfileInt.h +++ b/src/XKBfileInt.h @@ -75,6 +75,7 @@ char *_XkbDupString(const char *s) extern int _XkbStrCaseCmp(char *s1, char *s2); #else #define _XkbStrCaseCmp strcasecmp +#include <strings.h> #endif _XFUNCPROTOEND |