You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
222 B

--- 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>