From: Dmitry Stogov Date: Wed, 18 Mar 2009 10:41:39 +0000 (+0000) Subject: Forgotten include X-Git-Tag: php-5.3.0RC1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6e55db5349971779016be29bd11332398a7c1a1;p=php Forgotten include --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 99c8dc3638..bb12d46fbc 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -32,6 +32,7 @@ #include "zend_exceptions.h" #include "zend_closures.h" #include "zend_vm.h" +#include "zend_float.h" #ifdef HAVE_SYS_TIME_H #include #endif