summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-13 17:02:21 -0700
committerStanislav Malyshev <stas@php.net>2014-04-13 17:02:21 -0700
commit3a2660b30254def0fdf7f955d89ac6ee331d5045 (patch)
tree9a842e62ff4187f8a9c1279d1b3de12b66e6bbac
parent8c88b6e81c4565b0102a9022d647817845f0c18d (diff)
downloadphp-git-3a2660b30254def0fdf7f955d89ac6ee331d5045.tar.gz
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"