diff options
Diffstat (limited to 'handle.c')
-rw-r--r-- | handle.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ from The Open Group. #include "wq.h" #include <stdlib.h> +#ifdef HAVE_STRNCASECMP +#include <strings.h> +#endif + static XModifierKeymap *map = NULL; |