Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Jan 2001 17:18:04 +0000 (17:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Jan 2001 17:18:04 +0000 (17:18 +0000)
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.

ChangeLog
intl/loadmsgcat.c

index 62c92c4..f3a9bf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-01-26  Ulrich Drepper  <drepper@redhat.com>
 
+       * intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
+
        * conform/data/netinet/in.h-data: Add reserved prefixes.
 
        * conform/data/arpa/inet.h-data: Fix a few typos.
index 40d1ce6..6eed739 100644 (file)
@@ -49,6 +49,7 @@
 
 #ifdef _LIBC
 # include <langinfo.h>
+# include <locale.h>
 #endif
 
 #if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \