From: rwst Date: Mon, 19 Jun 2006 08:28:07 +0000 (+0000) Subject: enclose #include with #ifdef HAVE_LIBINTL_H X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c4288acff65262f440525ab465d6983689aec477;p=inkscape.git enclose #include with #ifdef HAVE_LIBINTL_H --- 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)