diff options
author | foobar <sniper@php.net> | 2004-12-21 01:07:24 (GMT) |
---|---|---|
committer | foobar <sniper@php.net> | 2004-12-21 01:07:24 (GMT) |
commit | 20fce0ba3ed7dff9d65c2c304c5172cee5143080 (patch) | |
tree | a59d21ff66a823d26d5a60c81631c344aaad3859 /configure.in | |
parent | 0a42a1f422874fa3c7d96fb9a02f8b869f09867a (diff) | |
download | php-20fce0ba3ed7dff9d65c2c304c5172cee5143080.tar.gz |
- Use correct header files (in c99 compliant way). uint32_t is preferred.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0932529..7a0011a 100644 --- a/configure.in +++ b/configure.in @@ -364,6 +364,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 \ |