diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-17 18:00:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-17 18:00:33 +0000 |
commit | 96e1bff2513873062233a13c7fd1eea57bb8db24 (patch) | |
tree | be4ff3e343ddcd37965163a0e1298b78503a7404 /intl/l10nflist.c | |
parent | 184b7b466a34e1e7f3c4824109e66bc1e7fdfe23 (diff) | |
download | glibc-96e1bff2513873062233a13c7fd1eea57bb8db24.tar glibc-96e1bff2513873062233a13c7fd1eea57bb8db24.tar.gz glibc-96e1bff2513873062233a13c7fd1eea57bb8db24.tar.bz2 glibc-96e1bff2513873062233a13c7fd1eea57bb8db24.zip |
Updated from ../gpl2lgpl.sedcvs/libc-960717
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r-- | intl/l10nflist.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index cfead52561..846465bffe 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -23,14 +23,6 @@ Cambridge, MA 02139, USA. */ # include <config.h> #endif -#if defined _LIBC || defined HAVE_ARGZ_H -# include <argz.h> -#endif -#include <ctype.h> - -#if defined STDC_HEADERS || defined _LIBC -# include <stdlib.h> -#endif #if defined HAVE_STRING_H || defined _LIBC # ifndef _GNU_SOURCE @@ -46,6 +38,15 @@ Cambridge, MA 02139, USA. */ # endif #endif +#if defined _LIBC || defined HAVE_ARGZ_H +# include <argz.h> +#endif +#include <ctype.h> + +#if defined STDC_HEADERS || defined _LIBC +# include <stdlib.h> +#endif + #include "loadinfo.h" /* On some strange systems still no definition of NULL is found. Sigh! */ |