From: Roland McGrath Date: Tue, 2 Aug 2005 03:31:09 +0000 (+0000) Subject: 2005-07-28 Thomas Schwinge X-Git-Tag: cvs/fedora-glibc-2_3-20051017T0518~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71fb08c1e87e814e6fd57a9ba1a5cdc8eede819;p=thirdparty%2Fglibc.git 2005-07-28 Thomas Schwinge [BZ #1137] * misc/error.c [_LIBC]: Include and . --- diff --git a/misc/error.c b/misc/error.c index b608913faed..e7819de54ae 100644 --- a/misc/error.c +++ b/misc/error.c @@ -1,5 +1,5 @@ /* Error handler for noninteractive utilities - Copyright (C) 1990-1998, 2000-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1990-1998,2000-2003,2004,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. @@ -27,6 +27,8 @@ #include #include #ifdef _LIBC +# include +# include # include # define mbsrtowcs __mbsrtowcs #endif