diff options
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r-- | Zend/zend_strtod.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <sys/bitypes.h> +#endif + #define Long int32_t #define ULong u_int32_t |