From: Jim Meyering Date: Fri, 16 Jan 1998 23:29:24 +0000 (+0000) Subject: Guard inclusion of langinfo.h also with HAVE_LANGINFO_H, X-Git-Tag: FILEUTILS-3_16l~67 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=96be8bca9994db48d8a4388c14397cd9e1d7d033;p=thirdparty%2Fcoreutils.git Guard inclusion of langinfo.h also with HAVE_LANGINFO_H, for Irix-4.0.5. From Kaveh Ghazi. --- diff --git a/src/sort.c b/src/sort.c index 206de7fca9..509bac4a7e 100644 --- a/src/sort.c +++ b/src/sort.c @@ -39,7 +39,7 @@ #include "xstrtod.h" #include "xalloc.h" -#ifdef ENABLE_NLS +#if defined ENABLE_NLS && HAVE_LANGINFO_H # include #endif