From: Jim Meyering Date: Sun, 25 Apr 1999 19:20:18 +0000 (+0000) Subject: : Include it here instead. X-Git-Tag: SH-UTILS-1_16h~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c9a7ba541586964bfedc1fe21673fa8335f0993;p=thirdparty%2Fcoreutils.git : Include it here instead. : Include it here too. --- diff --git a/lib/human.h b/lib/human.h index de54bf8e99..c7cee833c1 100644 --- a/lib/human.h +++ b/lib/human.h @@ -1,6 +1,14 @@ #ifndef HUMAN_H_ # define HUMAN_H_ 1 +# if HAVE_CONFIG_H +# include +# endif + +# if HAVE_INTTYPES_H +# include +# endif + /* A conservative bound on the maximum length of a human-readable string. The output can be the product of the largest uintmax_t and the largest int, so add their sizes before converting to a bound on digits. */