From 36947fc45a4668b1164cb7ea3fd373bf37de5a31 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 27 May 1999 01:19:00 +0000 Subject: Fix pcre build --- ext/pcre/php_pcre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.h') 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); -- cgit v1.2.1