mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
- MFH: Fixed compile error related to bug #28605.
#- But it does not *fix* bug #28605.
This commit is contained in:
parent
b952c194f6
commit
c0edc48a08
@ -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
|
||||
|
||||
|
@ -383,6 +383,7 @@ stdlib.h \
|
||||
string.h \
|
||||
syslog.h \
|
||||
sysexits.h \
|
||||
sys/bitypes.h \
|
||||
sys/ioctl.h \
|
||||
sys/file.h \
|
||||
sys/mman.h \
|
||||
|
Loading…
Reference in New Issue
Block a user