From 24cdab4d1ad5e3528b82f221a7d87ac09baf560b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Aug 2004 22:51:09 +0000 Subject: [PATCH] Use Autoconf-suggested pattern for inttypes and stdint. --- lib/xstrtol.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/xstrtol.h b/lib/xstrtol.h index 5765c88..0d6b984 100644 --- a/lib/xstrtol.h +++ b/lib/xstrtol.h @@ -22,13 +22,11 @@ # include "exitfail.h" -/* Get uintmax_t. */ # if HAVE_INTTYPES_H # include -# else -# if HAVE_STDINT_H -# include -# endif +# endif +# if HAVE_STDINT_H +# include # endif # ifndef _STRTOL_ERROR -- 2.7.4