aboutsummaryrefslogtreecommitdiff
path: root/utils/mg/patches/901-use_pcre.patch
blob: 4ae230a6bd97c005dd43d2a88d5284309ae5fb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/re_search.c
+++ b/re_search.c
@@ -16,7 +16,7 @@
 #ifdef REGEX
 #include <sys/queue.h>
 #include <sys/types.h>
-#include <regex.h>
+#include <pcre2posix.h>
 #include <signal.h>
 #include <stdio.h>
 #include <string.h>