summaryrefslogtreecommitdiff
path: root/ext/date/lib/unixtime2tm.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-16 17:12:41 +0000
committerDerick Rethans <derick@php.net>2005-06-16 17:12:41 +0000
commit4ad939be1bd37c9993db8cfb2becff5fa9484e48 (patch)
tree7aa1a8d90907840901ab369f0c2217d394055479 /ext/date/lib/unixtime2tm.c
parent34e0ba1f9271d971aa9dfb4d9a13f7c56c59e0f2 (diff)
downloadphp-git-4ad939be1bd37c9993db8cfb2becff5fa9484e48.tar.gz
- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
prevent duplicate header names.
Diffstat (limited to 'ext/date/lib/unixtime2tm.c')
-rw-r--r--ext/date/lib/unixtime2tm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/unixtime2tm.c b/ext/date/lib/unixtime2tm.c
index 315b375a75..e8b8078a88 100644
--- a/ext/date/lib/unixtime2tm.c
+++ b/ext/date/lib/unixtime2tm.c
@@ -28,7 +28,7 @@
#define TIMELIB_LL_CONST(n) n ## ll
#endif
-#include "datetime.h"
+#include "timelib.h"
static int month_tab_leap[12] = { -1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 };
static int month_tab[12] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 };