From 4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Aug 2002 16:36:33 +0000 Subject: [PATCH] Guard inclusion of with `#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'. --- src/date.c | 2 +- src/sort.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4