]> git.pld-linux.org Git - packages/php4.git/blame - php4-uint32_t.patch
- release 69
[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
32192ed5
AG
10 #ifdef HAVE_SYS_TYPES_H
11 #include <sys/types.h>
This page took 0.111226 seconds and 4 git commands to generate.