From: Pierre Joye Date: Wed, 19 Jan 2011 21:40:15 +0000 (+0000) Subject: - fix warning about undefined zend_multibyte_set_filter and zend_multibyte_yyinput_a... X-Git-Tag: php-5.4.0alpha1~191^2~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9885f30873762bceb603eaffcec69f4ad55da0dc;p=php - fix warning about undefined zend_multibyte_set_filter and zend_multibyte_yyinput_again, why are they not in zend_multibyte.h btw? --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 3a47b78fd3..7b7c84869e 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -28,6 +28,7 @@ #include "zend_exceptions.h" #include "tsrm_virtual_cwd.h" #include "zend_multibyte.h" +#include "zend_language_scanner.h" #define CONSTANT_EX(op_array, op) \ (op_array)->literals[op].constant