mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in PCRE extension
This commit is contained in:
parent
1f72dd89a5
commit
d50b076fa3
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
#ifndef PHP_PCRE_H
|
||||
#define PHP_PCRE_H
|
||||
|
||||
#if HAVE_BUNDLED_PCRE
|
||||
#ifdef HAVE_BUNDLED_PCRE
|
||||
#include "pcre2lib/pcre2.h"
|
||||
#else
|
||||
#include "pcre2.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue