From: Zeev Suraski Date: Thu, 27 May 1999 01:19:00 +0000 (+0000) Subject: Fix pcre build X-Git-Tag: BEFORE_REMOVING_GC_STEP1~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36947fc45a4668b1164cb7ea3fd373bf37de5a31;p=php Fix pcre build --- diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index cc98cdbe37..a717cdbf8e 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -34,7 +34,7 @@ #if HAVE_LIBPCRE -#include "pcre.h" +#include "pcrelib/pcre.h" extern void php_info_pcre(ZEND_MODULE_INFO_FUNC_ARGS); extern int php_minit_pcre(INIT_FUNC_ARGS);