Fix Win32 build.

This commit is contained in:
Sebastian Bergmann 2003-04-08 07:36:58 +00:00
parent bf554c279f
commit 11f53cd111

View file

@ -21,6 +21,10 @@
* Christian Aberger
*/
#if PHP_WIN32 && !defined(ssize_t)
typedef int ssize_t;
#endif
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>