1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

add missing header

For PRIu32 and maybe more, that fixes build
This commit is contained in:
Anatol Belski
2015-09-23 14:01:59 +02:00
parent c505d55158
commit 8317e0fa46
+1
View File
@@ -10,6 +10,7 @@ ADD_FLAG('CFLAGS_DATE', "/wd4244");
var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
tl_config.WriteLine("#include \"config.w32.h\"");
tl_config.WriteLine("#include <php_stdint.h>");
tl_config.WriteLine("#include \"win32/php_inttypes.h\"");
tl_config.WriteLine("#define TIMELIB_OMIT_STDINT 1");
tl_config.Close();