From: Anatoliy Belsky Date: Tue, 15 Jan 2013 21:36:29 +0000 (+0100) Subject: fixed build X-Git-Tag: php-5.4.12RC1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9498cf6194496a1dd6b400e3e9a85ff005dc3dcd;p=php fixed build --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 58b5483651..42bf198175 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -23,7 +23,11 @@ /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */ #include -#include +#ifdef PHP_WIN32 +# include "win32/php_stdint.h" +#else +# include +#endif #include "php.h" #include "php_rand.h" #include "php_string.h"