From 3e154a6f9373a15924ffe226df044194b633e3ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Jan 2001 09:22:30 +0000 Subject: Update. * locale/Makefile (headers): Add bits/locale.h. * locale/langinfo.h: Don't include . Include and use __LC_ constants instead of LC_. * locale/locale.h: Include and define LC_ constants using __LC_ constants. * locale/bits/locale.h: New file. * locale/loadlocale.c: Include . * locale/nl_langinfo.h: Likewise. --- locale/loadlocale.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'locale/loadlocale.c') diff --git a/locale/loadlocale.c b/locale/loadlocale.c index 8c7afda..55c9a58 100644 --- a/locale/loadlocale.c +++ b/locale/loadlocale.c @@ -1,5 +1,5 @@ /* Functions to read locale data files. - Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1