From: Ilia Alshanetsky Date: Tue, 5 May 2009 12:34:03 +0000 (+0000) Subject: MFB: Fixed compiler warning due to llabs() function X-Git-Tag: php-5.4.0alpha1~191^2~3743 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20b2bca46ab07e2480211894519ce57d37797e17;p=php MFB: Fixed compiler warning due to llabs() function --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index b8dc234dcb..4d114009aa 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"