Skip to content

Commit eb83ca1

Browse files
author
Ilia Alshanetsky
committed
load proper header file
1 parent 15afc78 commit eb83ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/sunfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
#include "php.h"
2929
#include "php_sunfuncs.h"
30-
#include "datetime.h"
3130
#include "php_ini.h"
31+
#include "ext/date/php_date.h"
3232

3333
#include <assert.h>
3434
#include <math.h>

0 commit comments

Comments
 (0)