mg: switch pcre to pcre2
[feed/packages.git] / utils / mg / patches / 901-use_pcre.patch
1 --- a/re_search.c
2 +++ b/re_search.c
3 @@ -16,7 +16,7 @@
4 #ifdef REGEX
5 #include <sys/queue.h>
6 #include <sys/types.h>
7 -#include <regex.h>
8 +#include <pcre2posix.h>
9 #include <signal.h>
10 #include <stdio.h>
11 #include <string.h>