summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
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/ui/widget
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/ui/widget')
-rw-r--r--src/ui/widget/ruler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget/ruler.cpp b/src/ui/widget/ruler.cpp
index 8109ef5f5..fbed6c845 100644
--- a/src/ui/widget/ruler.cpp
+++ b/src/ui/widget/ruler.cpp
@@ -12,6 +12,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 <gtkmm/ruler.h>