Browse Source

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix windows build
pull/643/head
Stanislav Malyshev 12 years ago
parent
commit
df8e34bcc1
  1. 3
      ext/standard/image.c

3
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"

Loading…
Cancel
Save