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/lib/parse_tz.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/lib/parse_tz.c')
-rw-r--r-- | ext/date/lib/parse_tz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/parse_tz.c b/ext/date/lib/parse_tz.c index 0bfdd2622b..8792747836 100644 --- a/ext/date/lib/parse_tz.c +++ b/ext/date/lib/parse_tz.c @@ -26,7 +26,7 @@ #endif #include <string.h> -#include "datetime.h" +#include "timelib.h" #include "timezonedb.h" static void read_header(char **tzf, timelib_tzinfo *tz) |