summaryrefslogtreecommitdiffstats
path: root/src/extension
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-24 18:43:48 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-24 18:43:48 +0000
commit0f38b769ed93d790b5b15d80fa702cd1a67a5af5 (patch)
tree0f1176e88c7074e5a460016951956ef46e65465a /src/extension
parentmore compiler hints for gtk-2.4 systems to cope with glibmm/i18n.h (diff)
downloadinkscape-0f38b769ed93d790b5b15d80fa702cd1a67a5af5.tar.gz
inkscape-0f38b769ed93d790b5b15d80fa702cd1a67a5af5.zip
one more of declarations to make glib-2.4 work with glibmm/i18n.h
(bzr r1277)
Diffstat (limited to 'src/extension')
-rw-r--r--src/extension/error-file.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/extension/error-file.cpp b/src/extension/error-file.cpp
index d6239b1a1..92e2d0625 100644
--- a/src/extension/error-file.cpp
+++ b/src/extension/error-file.cpp
@@ -8,7 +8,10 @@
*/
-// #include <glibmm/ustring.h>
+extern "C" { // glib-2.4 needs this
+#include <libintl.h>
+}
+
#include <glibmm/i18n.h>