summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index b3162e2..dd643a7 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -73,6 +73,8 @@
#include <stdarg.h>
/* Required: regcomp(), regexec() and regerror() in <regex.h> */
#include <regex.h>
+/* Required: strcasecmp() in <strings.h> */
+#include <strings.h>
#include "flexint.h"
/* We use gettext. So, when we write strings which should be translated, we mark them with _() */