summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-24 18:08:56 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-24 18:08:56 +0000
commitbc003da7e7ecd5c7b92340640a5dd757d62fbdfe (patch)
tree715eafc16ab204aca1b8846dfee30b073cb30d3d /src/gradient-drag.cpp
parentpatch reported by ylai a reader of the german ct-magazin; needed before #incl... (diff)
downloadinkscape-bc003da7e7ecd5c7b92340640a5dd757d62fbdfe.tar.gz
inkscape-bc003da7e7ecd5c7b92340640a5dd757d62fbdfe.zip
more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.h
(bzr r1276)
Diffstat (limited to 'src/gradient-drag.cpp')
-rw-r--r--src/gradient-drag.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp
index cb61a9890..0c0e139f7 100644
--- a/src/gradient-drag.cpp
+++ b/src/gradient-drag.cpp
@@ -11,6 +11,10 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+extern "C" { // glib-2.4 needs this
+#include <libintl.h>
+}
+
#include <glibmm/i18n.h>
#include "desktop-handles.h"