From 50fd913bece94eba2aa8394b1b6958708e4dcd4d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 28 Aug 2000 23:52:21 +0000 Subject: [PATCH] Update. * include/libintl.h: Include since libintl.h doesn't if we are not optimizing. --- ChangeLog | 3 +++ include/libintl.h | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index d281eb3cf3..5289a5447e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-28 Ulrich Drepper + * include/libintl.h: Include since libintl.h doesn't if + we are not optimizing. + * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double inclusion. diff --git a/include/libintl.h b/include/libintl.h index 0f77658a0e..dc54ccfc7b 100644 --- a/include/libintl.h +++ b/include/libintl.h @@ -1,5 +1,6 @@ #ifndef _LIBINTL_H #include +#include /* Now define the internal interfaces. */ extern char *__gettext (__const char *__msgid);