diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 17:18:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 17:18:04 +0000 |
commit | 58593d2eb9659bdef84abb14f03d86a0b0d0843d (patch) | |
tree | f42f2bc2d2575610b12c6bcd27b20b7d813052db | |
parent | 5876389a58ed67ac9750091e38555b8bb372b923 (diff) | |
download | glibc-58593d2eb9659bdef84abb14f03d86a0b0d0843d.tar.gz glibc-58593d2eb9659bdef84abb14f03d86a0b0d0843d.tar.xz glibc-58593d2eb9659bdef84abb14f03d86a0b0d0843d.zip |
Update.
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | intl/loadmsgcat.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 62c92c4d4f..f3a9bf2910 100644 --- 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. diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index 40d1ce673a..6eed73930b 100644 --- a/intl/loadmsgcat.c +++ b/intl/loadmsgcat.c @@ -49,6 +49,7 @@ #ifdef _LIBC # include <langinfo.h> +# include <locale.h> #endif #if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ |