mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-30 22:22:06 +00:00
Look in inttypes.h for UINT32_MAX.
Should prevent warnings on at least some AIX versions.
This commit is contained in:
parent
afeb6a960d
commit
bb63ff844e
@ -3664,6 +3664,9 @@ AC_CHECK_DECLS([UINT32_MAX], , , [[
|
||||
#ifdef HAVE_SYS_LIMITS_H
|
||||
# include <sys/limits.h>
|
||||
#endif
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
# include <inttypes.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIMITS_H
|
||||
# include <limits.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user