]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 9 Feb 1999 08:26:51 +0000 (08:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 9 Feb 1999 08:26:51 +0000 (08:26 +0000)
1999-02-09  Ulrich Drepper  <drepper@cygnus.com>

* intl/dcgettext.c: Include locale.h is available.

ChangeLog
intl/dcgettext.c

index 64cab08ae4d36743df585936b3cd8a435aa43b6a..0dc60abb5b75177a60b94f1daf5794e3a3ad5a8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * intl/dcgettext.c: Include locale.h is available.
+
 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
 
        * po/nl.po: Update from translation team.
index 77de76f5ed902fe89ec449826ede6ea396b56c69..cc5299e460b86d5f87645b67022a4c3e1ad92534 100644 (file)
@@ -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 <unistd.h>
 #endif
 
+#if defined HAVE_LOCALE_H || defined _LIBC
+# include <locale.h>
+#endif
+
 #include "gettext.h"
 #include "gettextP.h"
 #ifdef _LIBC
This page took 0.104381 seconds and 5 git commands to generate.