From: Ulrich Drepper Date: Tue, 9 Feb 1999 08:26:51 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-as-990315~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c95120ead7e04c137796008e6abaf67bedbe27b;p=platform%2Fupstream%2Fglibc.git Update. 1999-02-09 Ulrich Drepper * intl/dcgettext.c: Include locale.h is available. --- diff --git a/ChangeLog b/ChangeLog index 64cab08..0dc60ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-02-09 Ulrich Drepper + + * intl/dcgettext.c: Include locale.h is available. + 1999-02-08 Ulrich Drepper * po/nl.po: Update from translation team. diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 77de76f..cc5299e 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -1,5 +1,5 @@ /* Implementation of the dcgettext(3) function. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. @@ -79,6 +79,10 @@ void free (); # include #endif +#if defined HAVE_LOCALE_H || defined _LIBC +# include +#endif + #include "gettext.h" #include "gettextP.h" #ifdef _LIBC