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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user