inttypes.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7450 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-11-29 11:16:48 +00:00
parent ec37c1312a
commit c9e3b8d6c7

View File

@@ -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 <inttypes.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif