From 8317e0fa46fdd49fe4fd931729a3f6d816e62487 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 23 Sep 2015 14:01:59 +0200 Subject: add missing header For PRIu32 and maybe more, that fixes build --- ext/date/config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/date/config.w32 b/ext/date/config.w32 index 26d583bfbf..5f5f08781d 100755 --- a/ext/date/config.w32 +++ b/ext/date/config.w32 @@ -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 "); +tl_config.WriteLine("#include \"win32/php_inttypes.h\""); tl_config.WriteLine("#define TIMELIB_OMIT_STDINT 1"); tl_config.Close(); -- cgit v1.2.1