summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-13 17:03:28 -0700
committerStanislav Malyshev <stas@php.net>2014-04-13 17:03:28 -0700
commitdf8e34bcc133bec10daa01dee3c2eb0fe59bb4bb (patch)
tree785385483ab41f7baa118a49f1d73c6da2769616
parent733b09442d40ae2803ca1ffd073a74ca4a8ebb07 (diff)
parent3a2660b30254def0fdf7f955d89ac6ee331d5045 (diff)
downloadphp-git-df8e34bcc133bec10daa01dee3c2eb0fe59bb4bb.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix windows build
-rw-r--r--ext/standard/image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/image.c b/ext/standard/image.c
index 816de44d4c..02246c6268 100644
--- a/ext/standard/image.c
+++ b/ext/standard/image.c
@@ -30,6 +30,9 @@
#include <unistd.h>
#endif
#include "php_image.h"
+#ifdef PHP_WIN32
+#include "win32/php_stdint.h"
+#endif
#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
#include "zlib.h"