summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/handle.c b/handle.c
index a6e6f9f..af2f5df 100644
--- a/handle.c
+++ b/handle.c
@@ -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;