From 4ad939be1bd37c9993db8cfb2becff5fa9484e48 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 16 Jun 2005 17:12:41 +0000 Subject: - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to prevent duplicate header names. --- ext/date/php_date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date/php_date.c') diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 35e13c66e5..744342bb9d 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -26,7 +26,7 @@ #include "ext/standard/info.h" #include "php_date.h" #include "lib/timelib_structs.h" -#include "lib/datetime.h" +#include "lib/timelib.h" #include function_entry date_functions[] = { -- cgit v1.2.1