]> git.pld-linux.org Git - packages/php.git/blame - php-uint32_t.patch
- adapt to new sources
[packages/php.git] / php-uint32_t.patch
CommitLineData
017270b6 1diff -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 @@
0a47f89e 5
017270b6 6 #include <zend_operators.h>
0a47f89e 7 #include <zend_strtod.h>
8+#include <stdint.h>
017270b6 9 #include <zend_float.h>
0a47f89e 10
017270b6 11 #ifdef ZTS
This page took 0.021511 seconds and 4 git commands to generate.