From c9e3b8d6c7140d59474cacdf28518da3b45b3801 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 29 Nov 1999 11:16:48 +0000 Subject: [PATCH] inttypes.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7450 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/grok-type.m4 | 3 +++ 1 file changed, 3 insertions(+) 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