]> git.pld-linux.org Git - packages/php.git/blob - php-uint32_t.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-uint32_t.patch
1 adds missing include in zend_strtod.c (caused build to fail on sparc)
2
3 --- php-5.0.3/Zend/zend_strtod.c~       2004-12-14 09:41:35.000000000 +0100
4 +++ php-5.0.3/Zend/zend_strtod.c        2004-12-21 08:45:10.050119856 +0100
5 @@ -90,6 +90,7 @@
6   */
7  
8  #include <zend_strtod.h>
9 +#include <stdint.h>
10  
11  #if defined(LIBC_SCCS) && !defined(lint)
12  static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
This page took 0.026993 seconds and 3 git commands to generate.