Skip to content

Commit 3a2660b

Browse files
committed
Fix windows build
1 parent 8c88b6e commit 3a2660b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/standard/image.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
#include <unistd.h>
3131
#endif
3232
#include "php_image.h"
33+
#ifdef PHP_WIN32
34+
#include "win32/php_stdint.h"
35+
#endif
3336

3437
#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
3538
#include "zlib.h"

0 commit comments

Comments
 (0)