diff options
author | Pierre Joye <pajoye@php.net> | 2009-01-27 21:53:49 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-01-27 21:53:49 +0000 |
commit | 1c87df548bc5e6cd6ddaf7faf782db50116ee2d2 (patch) | |
tree | 009d8c3d1c136d4b336e792fbcc0440f6c8e01f8 /ext/spl | |
parent | a5af8a7ec2fa8c8d752c6b22e60f17c712bd4c8e (diff) | |
download | php-git-1c87df548bc5e6cd6ddaf7faf782db50116ee2d2.tar.gz |
- fix build
Diffstat (limited to 'ext/spl')
-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 |