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], , , [[ #ifdef HAVE_SYS_LIMITS_H # include #endif +#ifdef HAVE_INTTYPES_H +# include +#endif #ifdef HAVE_LIMITS_H # include #endif