From 6d6e4021eec7284efd0eaa754112f73ec3173621 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 26 Jan 2001 13:42:50 +0000 Subject: Update. * string/strcoll.c: Likewise. * string/strxfrm.c: Likewise. * wctype/wcfuncs_l.c: Likewise. * wctype/wctype_l.c: Likewise. * wctype/wctrans_l.c: Likewise. --- ChangeLog | 5 +++++ stdlib/strfmon.c | 3 ++- stdlib/strtod.c | 1 + string/strcoll.c | 3 ++- string/strxfrm.c | 3 ++- sysdeps/generic/strtol.c | 1 + wctype/wcfuncs_l.c | 3 ++- wctype/wctrans_l.c | 3 ++- wctype/wctype_l.c | 3 ++- 9 files changed, 19 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8bba5d03c3..1c2be3d65d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * sysdeps/generic/strtol.c: Include * stdlib/strtod.c: Likewise * stdlib/strfmon.c: Likewise. + * string/strcoll.c: Likewise. + * string/strxfrm.c: Likewise. + * wctype/wcfuncs_l.c: Likewise. + * wctype/wctype_l.c: Likewise. + * wctype/wctrans_l.c: Likewise. * include/bits/locale.h: New file. diff --git a/stdlib/strfmon.c b/stdlib/strfmon.c index 49d88834fe..eb4d0961f7 100644 --- a/stdlib/strfmon.c +++ b/stdlib/strfmon.c @@ -1,5 +1,5 @@ /* Formatting a monetary value according to the current locale. - 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 and Jochen Hein , 1996. @@ -22,6 +22,7 @@ #include #include #include +#include #include #ifdef USE_IN_LIBIO # include "../libio/libioP.h" diff --git a/stdlib/strtod.c b/stdlib/strtod.c index f9ffa444e0..49ef2898be 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.c @@ -56,6 +56,7 @@ #include #include #include "../locale/localeinfo.h" +#include #include #include #include diff --git a/string/strcoll.c b/string/strcoll.c index 64e00a251a..a9ac5a8f01 100644 --- a/string/strcoll.c +++ b/string/strcoll.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995,96,97,98,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper , 1995. @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/string/strxfrm.c b/string/strxfrm.c index 4a97c3e1cc..38be80bea7 100644 --- a/string/strxfrm.c +++ b/string/strxfrm.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995-1999,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper , 1995. @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/sysdeps/generic/strtol.c b/sysdeps/generic/strtol.c index b2a232320c..f4336602d0 100644 --- a/sysdeps/generic/strtol.c +++ b/sysdeps/generic/strtol.c @@ -44,6 +44,7 @@ extern int errno; # include # include # include +# include #else # ifndef NULL # define NULL 0 diff --git a/wctype/wcfuncs_l.c b/wctype/wcfuncs_l.c index a552895316..ac04ff3375 100644 --- a/wctype/wcfuncs_l.c +++ b/wctype/wcfuncs_l.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,6 +18,7 @@ #include #include +#include #include #define USE_IN_EXTENDED_LOCALE_MODEL diff --git a/wctype/wctrans_l.c b/wctype/wctrans_l.c index 94e2451926..06ffcff6f4 100644 --- a/wctype/wctrans_l.c +++ b/wctype/wctrans_l.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1996,1997,1999,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -16,6 +16,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include "../locale/localeinfo.h" diff --git a/wctype/wctype_l.c b/wctype/wctype_l.c index 72d79659dd..f628ccad7f 100644 --- a/wctype/wctype_l.c +++ b/wctype/wctype_l.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #include #include #include -- cgit 1.4.1