summaryrefslogtreecommitdiffstats
path: root/src/context-fns.cpp
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2006-06-24 17:39:40 +0000
committertheadib <theadib@users.sourceforge.net>2006-06-24 17:39:40 +0000
commit5fce61cdf88fb1d68728f1a071b5cbc4eb5feaa6 (patch)
treefbb37a9b7a506fd243adc0a3a3ec82020ff9810a /src/context-fns.cpp
parentpatch 1509834 Polish strings for Windows installer (diff)
downloadinkscape-5fce61cdf88fb1d68728f1a071b5cbc4eb5feaa6.tar.gz
inkscape-5fce61cdf88fb1d68728f1a071b5cbc4eb5feaa6.zip
patch reported by ylai a reader of the german ct-magazin; needed before #include <glibmm/i18n.h> if linking against glib-2.4
(bzr r1275)
Diffstat (limited to 'src/context-fns.cpp')
-rw-r--r--src/context-fns.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context-fns.cpp b/src/context-fns.cpp
index f11b2fcfa..dfdc66c08 100644
--- a/src/context-fns.cpp
+++ b/src/context-fns.cpp
@@ -1,3 +1,6 @@
+extern "C" {
+#include <libintl.h>
+}
#include <glibmm/i18n.h>
#include "sp-item.h"
#include "desktop.h"