From: Sascha Schumann Date: Tue, 13 Jun 2000 16:35:40 +0000 (+0000) Subject: Include in php_math.h. This is necessary, because we might X-Git-Tag: php-4.0.1RC~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ce3e9ba274cd38458c895dd7007ba15fef7fbd0;p=php Include in php_math.h. This is necessary, because we might otherwise redefine system macros. --- diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 77ee5363df..e4127322c3 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -67,6 +67,7 @@ PHP_FUNCTION(number_format); PHP_FUNCTION(deg2rad); PHP_FUNCTION(rad2deg); +#include #ifndef M_E #define M_E 2.7182818284590452354 /* e */