summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-27 21:53:49 +0000
committerPierre Joye <pajoye@php.net>2009-01-27 21:53:49 +0000
commit1c87df548bc5e6cd6ddaf7faf782db50116ee2d2 (patch)
tree009d8c3d1c136d4b336e792fbcc0440f6c8e01f8
parenta5af8a7ec2fa8c8d752c6b22e60f17c712bd4c8e (diff)
downloadphp-git-1c87df548bc5e6cd6ddaf7faf782db50116ee2d2.tar.gz
- fix build
-rwxr-xr-xext/spl/php_spl.h3
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