]> git.pld-linux.org Git - packages/php4.git/blob - php4-uint32_t.patch
- release 69
[packages/php4.git] / php4-uint32_t.patch
1 diff -burN php-4.3.10.orig/Zend/zend_strtod.c php-4.3.10/Zend/zend_strtod.c
2 --- php-4.3.10.orig/Zend/zend_strtod.c  2004-12-28 20:08:49.616697784 +0100
3 +++ php-4.3.10/Zend/zend_strtod.c       2004-12-28 20:09:17.572447864 +0100
4 @@ -90,6 +90,7 @@
5   */
6  
7  #include <zend_strtod.h>
8 +#include <stdint.h>
9  
10  #ifdef HAVE_SYS_TYPES_H
11  #include <sys/types.h>
This page took 0.073821 seconds and 3 git commands to generate.