]> git.pld-linux.org Git - packages/php4.git/blame - php4-uint32_t.patch
- release 15
[packages/php4.git] / php4-uint32_t.patch
CommitLineData
185451fb
AG
1diff -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.162139 seconds and 4 git commands to generate.