Browse Source

Fix windows build

pull/518/merge
Stanislav Malyshev 12 years ago
parent
commit
3a2660b302
  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