diff --git a/cf/grok-type.m4 b/cf/grok-type.m4 index e36fca035..360f6c31e 100644 --- a/cf/grok-type.m4 +++ b/cf/grok-type.m4 @@ -3,6 +3,9 @@ dnl AC_DEFUN(AC_GROK_TYPE, [ AC_CACHE_VAL(ac_cv_type_$1, AC_TRY_COMPILE([ +#ifdef HAVE_INTTYPES_H +#include +#endif #ifdef HAVE_SYS_TYPES_H #include #endif