]> granicus.if.org Git - php/commitdiff
- fix build
authorPierre Joye <pajoye@php.net>
Tue, 27 Jan 2009 21:53:49 +0000 (21:53 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 27 Jan 2009 21:53:49 +0000 (21:53 +0000)
ext/spl/php_spl.h

index f2e0c65181a53009735518cb772b744e61360c64..9e30e7b01abe3d6da01d69a091e80b0efdeb547d 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