From 665e1726d8373542afdd819f6ee10befa08ca075 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Apr 1999 19:20:18 +0000 Subject: [PATCH] : Include it here instead. : Include it here too. --- lib/human.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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. */ -- 2.30.2