]> git.pld-linux.org Git - packages/php.git/blame - php-uint32_t.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/php.git] / php-uint32_t.patch
CommitLineData
c0240cb1 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 @@
5
6 #include <zend_operators.h>
7 #include <zend_strtod.h>
8+#include <stdint.h>
9
10 #ifdef ZTS
11 #include <TSRM.h>
This page took 0.03735 seconds and 4 git commands to generate.