MFB: Fixed build of exif extension on win32.

This commit is contained in:
Ilia Alshanetsky 2005-03-17 17:20:52 +00:00
parent fed3058fba
commit 1f06bb94c6

View File

@ -76,6 +76,9 @@
#include "ext/mbstring/mbstring.h"
#endif
/* needed for ssize_t definition */
#include <sys/types.h>
typedef unsigned char uchar;
#ifndef safe_emalloc