diff options
-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; |
index : app/xmodmap | ||
utility for modifying keymaps and pointer button mappings in X |
summaryrefslogtreecommitdiff |
-rw-r--r-- | handle.c | 4 |
@@ -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; |