summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-09-23 14:01:59 +0200
committerAnatol Belski <ab@php.net>2015-09-23 14:01:59 +0200
commit8317e0fa46fdd49fe4fd931729a3f6d816e62487 (patch)
treea24f7e8ab6ecb8039f377fff557c32eefd66a049
parentc505d5515854b4af60d0bc07ace58dba1b21dc6d (diff)
downloadphp-git-8317e0fa46fdd49fe4fd931729a3f6d816e62487.tar.gz
add missing header
For PRIu32 and maybe more, that fixes build
-rwxr-xr-xext/date/config.w321
1 files changed, 1 insertions, 0 deletions
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 <php_stdint.h>");
+tl_config.WriteLine("#include \"win32/php_inttypes.h\"");
tl_config.WriteLine("#define TIMELIB_OMIT_STDINT 1");
tl_config.Close();