From: Johannes Schlüter Date: Tue, 23 Jun 2009 18:14:03 +0000 (+0000) Subject: Fix build problem (Kalle) X-Git-Tag: php-5.4.0alpha1~191^2~3257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6255234a6db5c098acae0146581ebc0f5b9a15de;p=php Fix build problem (Kalle) --- diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index 3b38275d79..10b4900b19 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -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 #endif #include