From: Xinchen Hui Date: Sun, 25 Sep 2011 03:18:39 +0000 (+0000) Subject: Fix warning "implicit declaration of function `zend_fetch_debug_backtrace'" X-Git-Tag: php-5.5.0alpha1~1077 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=437f058814065f6be8f7445c5817d3ce2f120160;p=php Fix warning "implicit declaration of function `zend_fetch_debug_backtrace'" --- diff --git a/ext/mysqlnd/mysqlnd_bt.c b/ext/mysqlnd/mysqlnd_bt.c index dfc12be8f2..8d561e6163 100644 --- a/ext/mysqlnd/mysqlnd_bt.c +++ b/ext/mysqlnd/mysqlnd_bt.c @@ -21,6 +21,7 @@ /* $Id: mysqlnd_debug.c 309303 2011-03-16 12:42:59Z andrey $ */ #include "php.h" +#include "Zend/zend_builtin_functions.h" /* Follows code borrowed from zend_builtin_functions.c because the functions there are static */