blob: 292f2eba7bd003279c345c95b2adccbf02e88140 (
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 <pcreposix.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
|