]> granicus.if.org Git - php/commitdiff
fixed build
authorAnatoliy Belsky <ab@php.net>
Tue, 15 Jan 2013 21:36:29 +0000 (22:36 +0100)
committerAnatoliy Belsky <ab@php.net>
Tue, 15 Jan 2013 21:36:29 +0000 (22:36 +0100)
ext/standard/string.c

index 58b5483651a8306652db3ae715a1c12cf6cf0cd6..42bf198175c2f6c99a97d8c1bf357913e39df12e 100644 (file)
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
 #include <stdio.h>
-#include <stdint.h>
+#ifdef PHP_WIN32
+# include "win32/php_stdint.h"
+#else
+# include <stdint.h>
+#endif
 #include "php.h"
 #include "php_rand.h"
 #include "php_string.h"