diff options
author | Derick Rethans <derick@php.net> | 2005-06-16 17:12:41 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-06-16 17:12:41 +0000 |
commit | 4ad939be1bd37c9993db8cfb2becff5fa9484e48 (patch) | |
tree | 7aa1a8d90907840901ab369f0c2217d394055479 /ext/date/php_date.c | |
parent | 34e0ba1f9271d971aa9dfb4d9a13f7c56c59e0f2 (diff) | |
download | php-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/php_date.c')
-rw-r--r-- | ext/date/php_date.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <time.h> function_entry date_functions[] = { |