diff options
-rwxr-xr-x | ext/spl/php_spl.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdarg.h> #if 0 |