]> granicus.if.org Git - php/commitdiff
Fix pcre build
authorZeev Suraski <zeev@php.net>
Thu, 27 May 1999 01:19:00 +0000 (01:19 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 27 May 1999 01:19:00 +0000 (01:19 +0000)
ext/pcre/php_pcre.h

index cc98cdbe37863eeb49b88615eae6e01d1e015048..a717cdbf8ec43886d1a8b229e8081160f8b81bf0 100644 (file)
@@ -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);