From 076560be889ef220c8fb10dd68635468939345ab Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Thu, 21 Feb 2013 00:18:52 -0800 Subject: Include inttypes.h or sys/inttypes.h based on what autoconf tells us This should fix compilation on HP-UX 11.31. Thanks Adam Woodbeck for reporting this. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 614005a..5541361 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_CHECK_DECLS([mpz_powm_sec], [], [], [ ]]) # Checks for header files. -AC_CHECK_HEADERS([inttypes.h limits.h stddef.h stdint.h stdlib.h string.h wchar.h]) +AC_CHECK_HEADERS([inttypes.h sys/inttypes.h limits.h stddef.h stdint.h stdlib.h string.h wchar.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE -- cgit v1.2.1