]> granicus.if.org Git - php/commitdiff
MFB: Fixed build of exif extension on win32.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 17 Mar 2005 17:20:52 +0000 (17:20 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 17 Mar 2005 17:20:52 +0000 (17:20 +0000)
ext/exif/exif.c

index 724689d3f2469c81097afccdfa205693a46aa6cb..e711d7194971e08b46d83cc765daf031accb1615 100644 (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