From: Jim Meyering Date: Thu, 8 Aug 2002 16:36:33 +0000 (+0000) Subject: Guard inclusion of with X-Git-Tag: COREUTILS-4_5_1~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9;p=platform%2Fupstream%2Fcoreutils.git Guard inclusion of with `#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'. --- diff --git a/src/date.c b/src/date.c index bce6a29..0aaed81 100644 --- a/src/date.c +++ b/src/date.c @@ -21,7 +21,7 @@ #include #include #include -#if HAVE_LANGINFO_H +#if HAVE_LANGINFO_CODESET # include #endif diff --git a/src/sort.c b/src/sort.c index 5b75ebe..c8230fb 100644 --- a/src/sort.c +++ b/src/sort.c @@ -52,7 +52,7 @@ struct rlimit { size_t rlim_cur; }; #define AUTHORS N_ ("Mike Haertel and Paul Eggert") -#if HAVE_LANGINFO_H +#if HAVE_LANGINFO_CODESET # include #endif