summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/php_date.c')
-rw-r--r--ext/date/php_date.c2
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[] = {