From e71fb08c1e87e814e6fd57a9ba1a5cdc8eede819 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 2 Aug 2005 03:31:09 +0000 Subject: [PATCH] 2005-07-28 Thomas Schwinge [BZ #1137] * misc/error.c [_LIBC]: Include and . --- misc/error.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2