From: Anatol Belski Date: Wed, 23 Sep 2015 12:01:59 +0000 (+0200) Subject: add missing header X-Git-Tag: php-5.6.15RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8317e0fa46fdd49fe4fd931729a3f6d816e62487;p=php add missing header For PRIu32 and maybe more, that fixes build --- 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();