From: Ilia Alshanetsky Date: Tue, 5 May 2009 12:33:39 +0000 (+0000) Subject: Fixed compiler warning due to llabs() function X-Git-Tag: php-5.3.0RC2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e828880281570ba72cb4ec1c8d4e8587a5d42dcc;p=php Fixed compiler warning due to llabs() function --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 24cd9ec363..3906dbb2bb 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -18,6 +18,8 @@ /* $Id$ */ +#define _ISOC9X_SOURCE + #include "php.h" #include "php_streams.h" #include "php_main.h"