From: Derick Rethans Date: Tue, 14 Dec 2004 08:43:01 +0000 (+0000) Subject: - MFH: Fixed compile error related to bug #28605. X-Git-Tag: RELEASE_0_2~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0edc48a0839f6f8abb3c74055b9eae8dcfdee7f;p=php - MFH: Fixed compile error related to bug #28605. #- But it does not *fix* bug #28605. --- diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 07862f0733..125d072a26 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -131,6 +131,10 @@ static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $" #define u_int32_t uint32_t #endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif + #define Long int32_t #define ULong u_int32_t diff --git a/configure.in b/configure.in index ac5a362307..12eaef29d1 100644 --- a/configure.in +++ b/configure.in @@ -383,6 +383,7 @@ stdlib.h \ string.h \ syslog.h \ sysexits.h \ +sys/bitypes.h \ sys/ioctl.h \ sys/file.h \ sys/mman.h \