From: Pierre Joye Date: Wed, 28 Jan 2009 10:33:14 +0000 (+0000) Subject: - MFB: fix build X-Git-Tag: php-5.4.0alpha1~191^2~4373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4395ea2faf4af6bccd1476b45a25c3dfc7945d04;p=php - MFB: fix build --- diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index 0220d1e5bb..4102bb278f 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