]> granicus.if.org Git - php/commitdiff
MFB: Fixed compiler warning due to llabs() function
authorIlia Alshanetsky <iliaa@php.net>
Tue, 5 May 2009 12:34:03 +0000 (12:34 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 5 May 2009 12:34:03 +0000 (12:34 +0000)
ext/date/php_date.c

index b8dc234dcbe931de7ec5485f59e2264a50f279c5..4d114009aac27cd3b29d89c9f22a1defd3145d1c 100644 (file)
@@ -18,6 +18,8 @@
 
 /* $Id$ */
 
+#define _ISOC9X_SOURCE
+
 #include "php.h"
 #include "php_streams.h"
 #include "php_main.h"