1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
This commit is contained in:
Ulrich Drepper
2001-01-26 17:18:04 +00:00
parent 5876389a58
commit 58593d2eb9
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2001-01-26 Ulrich Drepper <drepper@redhat.com> 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/netinet/in.h-data: Add reserved prefixes.
* conform/data/arpa/inet.h-data: Fix a few typos. * conform/data/arpa/inet.h-data: Fix a few typos.

View File

@ -49,6 +49,7 @@
#ifdef _LIBC #ifdef _LIBC
# include <langinfo.h> # include <langinfo.h>
# include <locale.h>
#endif #endif
#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ #if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \