From: Derick Rethans Date: Wed, 26 Oct 2005 15:05:22 +0000 (+0000) Subject: - Make it compile when inside the PHP source tree. X-Git-Tag: RELEASE_0_9_2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d1624be9c1d4e8918f30d6cefa4db29522243a;p=php - Make it compile when inside the PHP source tree. --- diff --git a/ext/filter/filter.c b/ext/filter/filter.c index fbddb9d3fd..763637bd8c 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -24,6 +24,7 @@ #endif #include "php_filter.h" +#include "Zend/zend_API.h" ZEND_DECLARE_MODULE_GLOBALS(filter)