summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-27 01:19:00 +0000
committerZeev Suraski <zeev@php.net>1999-05-27 01:19:00 +0000
commit36947fc45a4668b1164cb7ea3fd373bf37de5a31 (patch)
tree28209a60c0f75e03d9ebf017acd3c60efed9b7ef /ext/pcre/php_pcre.h
parent064a16c7b29840413f699c15b026d6268b09622a (diff)
downloadphp-git-36947fc45a4668b1164cb7ea3fd373bf37de5a31.tar.gz
Fix pcre build
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h2
1 files changed, 1 insertions, 1 deletions
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);