diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-19 08:28:07 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-19 08:28:07 +0000 |
| commit | 19eff58dbcbd007d2e4c11280401f06040fa5567 (patch) | |
| tree | 4b0f01220811061965ef1fed3193191bf5a70197 /src/dialogs | |
| parent | initial color cursor implementation (reads from pixbufs, will work on reading... (diff) | |
| download | inkscape-19eff58dbcbd007d2e4c11280401f06040fa5567.tar.gz inkscape-19eff58dbcbd007d2e4c11280401f06040fa5567.zip | |
enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H
(bzr r1228)
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/eek-color-def.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <libintl.h> +#endif #if !defined(_) #define _(s) gettext(s) |
