Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Aug 2000 23:52:21 +0000 (23:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Aug 2000 23:52:21 +0000 (23:52 +0000)
* include/libintl.h: Include <locale.h> since libintl.h doesn't if
we are not optimizing.

ChangeLog
include/libintl.h

index d281eb3..5289a54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 0f77658..dc54ccf 100644 (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);