From: Paul Eggert Date: Mon, 2 Aug 2004 22:51:09 +0000 (+0000) Subject: Use Autoconf-suggested pattern for inttypes and stdint. X-Git-Tag: v5.3.0~922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cdab4d1ad5e3528b82f221a7d87ac09baf560b;p=thirdparty%2Fcoreutils.git Use Autoconf-suggested pattern for inttypes and stdint. --- diff --git a/lib/xstrtol.h b/lib/xstrtol.h index 5765c88e23..0d6b98482e 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