* include/libintl.h: Include <locale.h> since libintl.h doesn't if
	we are not optimizing.
This commit is contained in:
Ulrich Drepper 2000-08-28 23:52:21 +00:00
parent 924102e7a6
commit 50fd913bec
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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);