diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b689db4b5..bb392ca09 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3664,6 +3664,9 @@ AC_CHECK_DECLS([UINT32_MAX], , , [[ | |||
3664 | #ifdef HAVE_SYS_LIMITS_H | 3664 | #ifdef HAVE_SYS_LIMITS_H |
3665 | # include <sys/limits.h> | 3665 | # include <sys/limits.h> |
3666 | #endif | 3666 | #endif |
3667 | #ifdef HAVE_INTTYPES_H | ||
3668 | # include <inttypes.h> | ||
3669 | #endif | ||
3667 | #ifdef HAVE_LIMITS_H | 3670 | #ifdef HAVE_LIMITS_H |
3668 | # include <limits.h> | 3671 | # include <limits.h> |
3669 | #endif | 3672 | #endif |