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 /intl | |
parent | 5876389a58ed67ac9750091e38555b8bb372b923 (diff) | |
download | glibc-58593d2eb9659bdef84abb14f03d86a0b0d0843d.tar.gz glibc-58593d2eb9659bdef84abb14f03d86a0b0d0843d.tar.xz glibc-58593d2eb9659bdef84abb14f03d86a0b0d0843d.zip |
Update.
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/loadmsgcat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |