From 19eff58dbcbd007d2e4c11280401f06040fa5567 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Mon, 19 Jun 2006 08:28:07 +0000 Subject: enclose #include with #ifdef HAVE_LIBINTL_H (bzr r1228) --- src/dialogs/eek-color-def.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dialogs') 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) -- cgit v1.2.3