]> granicus.if.org Git - php/commitdiff
Fix build problem (Kalle)
authorJohannes Schlüter <johannes@php.net>
Tue, 23 Jun 2009 18:14:03 +0000 (18:14 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 23 Jun 2009 18:14:03 +0000 (18:14 +0000)
ext/spl/php_spl.h

index 3b38275d795d35236a7a02a41fb587b228afc4eb..10b4900b19540e93561d01f47b847e5074040b7a 100755 (executable)
@@ -21,7 +21,9 @@
 
 #include "php.h"
 #if defined(PHP_WIN32)
-#include "win32/php_stdint.h"
+# include "win32/php_stdint.h"
+#elif defined(HAVE_STDINT_H)
+# include <stdint.h>
 #endif
 #include <stdarg.h>