From: Ilia Alshanetsky Date: Thu, 17 Mar 2005 17:20:52 +0000 (+0000) Subject: MFB: Fixed build of exif extension on win32. X-Git-Tag: php-5.0.1b1~772 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f06bb94c6b48bc4d487449fbbef766afe36550f;p=php MFB: Fixed build of exif extension on win32. --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 724689d3f2..e711d71949 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -76,6 +76,9 @@ #include "ext/mbstring/mbstring.h" #endif +/* needed for ssize_t definition */ +#include + typedef unsigned char uchar; #ifndef safe_emalloc