]> granicus.if.org Git - php/commitdiff
- MFB: fix build
authorPierre Joye <pajoye@php.net>
Wed, 28 Jan 2009 10:33:14 +0000 (10:33 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 28 Jan 2009 10:33:14 +0000 (10:33 +0000)
ext/spl/php_spl.h

index 0220d1e5bb0d34e20eb7dbd6dffb4a52b33eea52..4102bb278fe2e77c968fdecf908458720e2d48e7 100755 (executable)
@@ -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