From ef8dc670b64f7efdeb71111135f3cc37b5ba9a67 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Sep 1996 14:30:38 +0000 Subject: merge with 0.10.24 --- intl/l10nflist.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'intl/l10nflist.c') diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 18c5ba5..fd097d7 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -21,15 +21,6 @@ Boston, MA 02111-1307, USA. */ # include #endif -#if defined _LIBC || defined HAVE_ARGZ_H -# include -#endif -#include - -#if defined STDC_HEADERS || defined _LIBC -# include -#endif - #if defined HAVE_STRING_H || defined _LIBC # ifndef _GNU_SOURCE # define _GNU_SOURCE 1 @@ -44,6 +35,15 @@ Boston, MA 02111-1307, USA. */ # endif #endif +#if defined _LIBC || defined HAVE_ARGZ_H +# include +#endif +#include + +#if defined STDC_HEADERS || defined _LIBC +# include +#endif + #include "loadinfo.h" /* On some strange systems still no definition of NULL is found. Sigh! */ @@ -366,7 +366,7 @@ _nl_normalize_codeset (codeset, name_len) if (retval != NULL) { if (only_digit) - wp = stpcpy (retval, "ISO"); + wp = stpcpy (retval, "iso"); else wp = retval; -- cgit v1.2.3