From: Pierre Joye Date: Tue, 27 Jan 2009 21:53:49 +0000 (+0000) Subject: - fix build X-Git-Tag: php-5.3.0beta1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c87df548bc5e6cd6ddaf7faf782db50116ee2d2;p=php - fix build --- diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index f2e0c65181..9e30e7b01a 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -20,6 +20,9 @@ #define PHP_SPL_H #include "php.h" +#if defined(PHP_WIN32) +#include "win32/php_stdint.h" +#endif #include #if 0