blob: 0296c91ba9ff5439c1d63a29cde06c23303a2a2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- flex-2.6.4/src/flexdef.h.orig Thu Jan 23 22:38:30 2020
+++ flex-2.6.4/src/flexdef.h Thu Jan 23 22:38:45 2020
@@ -72,7 +72,7 @@
#include <stdbool.h>
#include <stdarg.h>
/* Required: regcomp(), regexec() and regerror() in <regex.h> */
-#include <regex.h>
+#include <pcre2posix.h>
/* Required: strcasecmp() in <strings.h> */
#include <strings.h>
#include "flexint.h"
|