From 3a2660b30254def0fdf7f955d89ac6ee331d5045 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 13 Apr 2014 17:02:21 -0700 Subject: [PATCH] Fix windows build --- ext/standard/image.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/standard/image.c b/ext/standard/image.c index 816de44d4ce..02246c62686 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -30,6 +30,9 @@ #include #endif #include "php_image.h" +#ifdef PHP_WIN32 +#include "win32/php_stdint.h" +#endif #if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB) #include "zlib.h"