Skip to content

Commit 8317e0f

Browse files
committed
add missing header
For PRIu32 and maybe more, that fixes build
1 parent c505d55 commit 8317e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/date/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ADD_FLAG('CFLAGS_DATE', "/wd4244");
1010
var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
1111
tl_config.WriteLine("#include \"config.w32.h\"");
1212
tl_config.WriteLine("#include <php_stdint.h>");
13+
tl_config.WriteLine("#include \"win32/php_inttypes.h\"");
1314
tl_config.WriteLine("#define TIMELIB_OMIT_STDINT 1");
1415
tl_config.Close();
1516

0 commit comments

Comments
 (0)