From 6fda23efcdea4a77a8efe38b058785cc494042fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Tue, 21 Dec 2004 07:48:05 +0000 Subject: [PATCH] - include idn-int.h in Zend/zend_strtod.c Changed files: php-uint32_t.patch -> 1.1 --- php-uint32_t.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php-uint32_t.patch diff --git a/php-uint32_t.patch b/php-uint32_t.patch new file mode 100644 index 0000000..c6006d2 --- /dev/null +++ b/php-uint32_t.patch @@ -0,0 +1,12 @@ +adds missing include in zend_strtod.c (caused build to fail on sparc) + +--- php-5.0.3/Zend/zend_strtod.c~ 2004-12-14 09:41:35.000000000 +0100 ++++ php-5.0.3/Zend/zend_strtod.c 2004-12-21 08:45:10.050119856 +0100 +@@ -90,6 +90,7 @@ + */ + + #include ++#include + + #if defined(LIBC_SCCS) && !defined(lint) + static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $"; -- 2.44.0