]> git.pld-linux.org Git - packages/php.git/blame - php-uint32_t.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-uint32_t.patch
CommitLineData
6fda23ef
AG
1adds 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>
e0485480 9+#include <stdint.h>
6fda23ef
AG
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.069552 seconds and 4 git commands to generate.