]> git.pld-linux.org Git - packages/php.git/blame - php-uint32_t.patch
cleanups
[packages/php.git] / php-uint32_t.patch
CommitLineData
c14467fd
AM
1diff -ur php5.3-200903291030/Zend/zend_strtod.c mod/Zend/zend_strtod.c
2--- php5.3-200903291030/Zend/zend_strtod.c 2009-03-18 12:36:20.000000000 +0100
3+++ mod/Zend/zend_strtod.c 2009-03-29 18:34:10.000000000 +0200
4@@ -93,6 +93,7 @@
6fda23ef 5
c14467fd 6 #include <zend_operators.h>
6fda23ef 7 #include <zend_strtod.h>
e0485480 8+#include <stdint.h>
6fda23ef 9
c14467fd
AM
10 #ifdef ZTS
11 #include <TSRM.h>
This page took 0.050005 seconds and 4 git commands to generate.