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

  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 <pcreposix.h>
  9. #include <signal.h>
  10. #include <stdio.h>
  11. #include <string.h>