From: foobar Date: Thu, 10 Feb 2005 22:19:55 +0000 (+0000) Subject: - Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t') X-Git-Tag: php-5.0.4RC1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c5e901f4df3238c5b0804c792483dde3da7e49d;p=php - Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t') --- diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 4891c33666..cd60232c1b 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -134,10 +134,6 @@ typedef unsigned long int uint32_t; #define IEEE_LITTLE_ENDIAN #endif -#ifdef HAVE_SYS_BITYPES_H -#include -#endif - #define Long int32_t #define ULong uint32_t diff --git a/configure.in b/configure.in index c351d59f1f..717f20d98b 100644 --- a/configure.in +++ b/configure.in @@ -371,7 +371,6 @@ stdlib.h \ string.h \ syslog.h \ sysexits.h \ -sys/bitypes.h \ sys/ioctl.h \ sys/file.h \ sys/mman.h \