summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-12-05 04:23:17 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-12-05 04:23:17 +0000
commit9e9a8eb8379f0f6965dfbbfa385ab188b38ebefe (patch)
tree846055ebbe3d65645fbfe6468784269367d85a2e
parentdbfdcef380fa04d6509fcb0f6c741e8c2e55028c (diff)
downloadphp-git-9e9a8eb8379f0f6965dfbbfa385ab188b38ebefe.tar.gz
MBF51: load proper header file
-rw-r--r--ext/standard/sunfuncs.c2
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>