summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-05-05 12:33:39 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-05-05 12:33:39 +0000
commite828880281570ba72cb4ec1c8d4e8587a5d42dcc (patch)
tree0b8f406d748bece9ec20c370ec807c967b5b2abb
parentf2ef1dec3c945f9680b5edbc0667b69cba18c832 (diff)
downloadphp-git-e828880281570ba72cb4ec1c8d4e8587a5d42dcc.tar.gz
Fixed compiler warning due to llabs() function
-rw-r--r--ext/date/php_date.c2
1 files changed, 2 insertions, 0 deletions
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"