mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* include/libintl.h: Include <locale.h> since libintl.h doesn't if we are not optimizing.
This commit is contained in:
parent
924102e7a6
commit
50fd913bec
@ -1,5 +1,8 @@
|
||||
2000-08-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* include/libintl.h: Include <locale.h> since libintl.h doesn't if
|
||||
we are not optimizing.
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double
|
||||
inclusion.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#ifndef _LIBINTL_H
|
||||
#include <intl/libintl.h>
|
||||
#include <locale.h>
|
||||
|
||||
/* Now define the internal interfaces. */
|
||||
extern char *__gettext (__const char *__msgid);
|
||||
|
Loading…
Reference in New Issue
Block a user