mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Always include the local copy of pcre.h and pcreposix.h instead of the
system installed (if any).
This commit is contained in:
parent
61a1c03694
commit
038554ec96
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue