]> git.pld-linux.org Git - packages/php.git/blob - php-uint32_t.patch
- adapt to new sources
[packages/php.git] / php-uint32_t.patch
1 diff -ur php5.3-200812262130/Zend/zend_strtod.c mod/Zend/zend_strtod.c
2 --- php5.3-200812262130/Zend/zend_strtod.c      2008-12-02 18:36:12.000000000 +0100
3 +++ mod/Zend/zend_strtod.c      2008-12-27 01:28:47.000000000 +0100
4 @@ -93,6 +93,7 @@
5  
6  #include <zend_operators.h>
7  #include <zend_strtod.h>
8 +#include <stdint.h>
9  #include <zend_float.h>
10  
11  #ifdef ZTS
This page took 0.024584 seconds and 3 git commands to generate.