1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

Use Autoconf-suggested pattern for inttypes and stdint.

This commit is contained in:
Paul Eggert
2004-08-02 22:51:09 +00:00
parent 58907a1ee9
commit 24cdab4d1a
+3 -5
View File
@@ -22,13 +22,11 @@
# include "exitfail.h"
/* Get uintmax_t. */
# if HAVE_INTTYPES_H
# include <inttypes.h>
# else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
# endif
# if HAVE_STDINT_H
# include <stdint.h>
# endif
# ifndef _STRTOL_ERROR