From 0df34ec5ddb92ce7e3bcbb4f0eb24e30955ba3a1 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 11 Aug 2002 01:41:45 +0000 Subject: - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x --- lib/plpintl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/plpintl.h') diff --git a/lib/plpintl.h b/lib/plpintl.h index e28fde0..7eb4da9 100644 --- a/lib/plpintl.h +++ b/lib/plpintl.h @@ -39,6 +39,11 @@ extern inline char * stpcpy(char *dest, const char *src) { } #endif +/* libintl.h includes locale.h only if optimized. + * however, we need LC_ALL ... + */ +#include + #if defined(ENABLE_NLS) && defined(HAVE_GETTEXT) # include static inline const char *X_(const char *t) { return gettext(t); } -- cgit v1.2.3