summaryrefslogtreecommitdiff
path: root/intl/loadmsgcat.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-26 17:18:04 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-26 17:18:04 +0000
commit58593d2eb9659bdef84abb14f03d86a0b0d0843d (patch)
treef42f2bc2d2575610b12c6bcd27b20b7d813052db /intl/loadmsgcat.c
parent5876389a58ed67ac9750091e38555b8bb372b923 (diff)
Update.
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
Diffstat (limited to 'intl/loadmsgcat.c')
-rw-r--r--intl/loadmsgcat.c1
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) \