From: Paul Eggert Date: Sun, 2 Jul 2006 07:09:25 +0000 (+0000) Subject: Include unconditionally, since we X-Git-Tag: COREUTILS-6_0~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58df3afc50366e5a2647a38a27cefd0ffed8d393;p=platform%2Fupstream%2Fcoreutils.git Include unconditionally, since we now assume the stdint module. --- diff --git a/ChangeLog b/ChangeLog index 6f2f561bc..f6817ff1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-02 Paul Eggert + + * src/system.h: Include unconditionally, since we + now assume the stdint module. + 2006-07-01 Paul Eggert * NEWS: With no operand, 'tail -f' now silently ignores the '-f' diff --git a/src/system.h b/src/system.h index 7ddbd7dbe..644c03c8a 100644 --- a/src/system.h +++ b/src/system.h @@ -334,9 +334,7 @@ enum #if HAVE_INTTYPES_H # include #endif -#if HAVE_STDINT_H -# include -#endif +#include #if ULONG_MAX_LT_ULLONG_MAX # define LONGEST_MODIFIER "ll"