diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-04 17:41:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-04 17:41:02 +0000 |
commit | eb83ca1cd30bb96377593ad36538e9867ba3b63a (patch) | |
tree | fec0944c4ce2f482b91d8fc40cbd23f40b2826d2 | |
parent | 15afc78f856439cfe78c9cd501b48b45f7e38553 (diff) | |
download | php-git-eb83ca1cd30bb96377593ad36538e9867ba3b63a.tar.gz |
load proper header file
-rw-r--r-- | ext/standard/sunfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/sunfuncs.c b/ext/standard/sunfuncs.c index 1c1709eb13..8ec2ea96cc 100644 --- a/ext/standard/sunfuncs.c +++ b/ext/standard/sunfuncs.c @@ -27,8 +27,8 @@ #include "php.h" #include "php_sunfuncs.h" -#include "datetime.h" #include "php_ini.h" +#include "ext/date/php_date.h" #include <assert.h> #include <math.h> |