From: foobar Date: Tue, 21 Dec 2004 01:08:09 +0000 (+0000) Subject: MFH: - Use correct header files (in c99 compliant way). uint32_t is preferred. X-Git-Tag: php-4.3.11RC1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69093d5dfd4a05caf20735a99aaf64e72f70fad3;p=php MFH: - Use correct header files (in c99 compliant way). uint32_t is preferred. --- diff --git a/configure.in b/configure.in index 1713cd89da..c54220f40e 100644 --- a/configure.in +++ b/configure.in @@ -332,6 +332,8 @@ AC_HEADER_DIRENT PHP_MISSING_FCLOSE_DECL dnl QNX requires unix.h to allow functions in libunix to work properly AC_CHECK_HEADERS([ \ +inttypes.h \ +stdint.h \ dirent.h \ ApplicationServices/ApplicationServices.h \ sys/param.h \