From c4288acff65262f440525ab465d6983689aec477 Mon Sep 17 00:00:00 2001 From: rwst Date: Mon, 19 Jun 2006 08:28:07 +0000 Subject: [PATCH] enclose #include with #ifdef HAVE_LIBINTL_H --- src/dialogs/eek-color-def.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dialogs/eek-color-def.cpp b/src/dialogs/eek-color-def.cpp index 28231148c..5a1a883e9 100644 --- a/src/dialogs/eek-color-def.cpp +++ b/src/dialogs/eek-color-def.cpp @@ -37,7 +37,9 @@ * * ***** END LICENSE BLOCK ***** */ +#ifdef HAVE_LIBINTL_H #include +#endif #if !defined(_) #define _(s) gettext(s) -- 2.30.2