]> git.pld-linux.org Git - packages/php.git/blob - php-uint32_t.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-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  #if defined(LIBC_SCCS) && !defined(lint)
11  static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
This page took 0.40583 seconds and 3 git commands to generate.