Always include the local copy of pcre.h and pcreposix.h instead of the

system installed (if any).
This commit is contained in:
Alexander Barkov 2013-09-30 13:51:05 +04:00
commit 038554ec96
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
#include <stdarg.h>
#include <violite.h>
#define PCRE_STATIC 1 /* Important on Windows */
#include <pcreposix.h> /* pcreposix regex library */
#include "pcreposix.h" /* pcreposix regex library */
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif