From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Brian Callahan Date: Thu, 23 Jan 2020 23:43:31 -0500 Subject: [PATCH] Replace libc's regex includes with pcre2 --- src/flexdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flexdef.h b/src/flexdef.h index 9dac654..2bdf9fb 100644 --- a/src/flexdef.h +++ b/src/flexdef.h @@ -72,7 +72,7 @@ #include #include /* Required: regcomp(), regexec() and regerror() in */ -#include +#include /* Required: strcasecmp() in */ #include #include "flexint.h"