summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb7e6f8)
raw | patch | inline | side by side (parent: cb7e6f8)
author | rwst <rwst@users.sourceforge.net> | |
Sat, 24 Jun 2006 18:08:56 +0000 (18:08 +0000) | ||
committer | rwst <rwst@users.sourceforge.net> | |
Sat, 24 Jun 2006 18:08:56 +0000 (18:08 +0000) |
src/extension/dependency.cpp | patch | blob | history | |
src/gradient-drag.cpp | patch | blob | history | |
src/ui/widget/ruler.cpp | patch | blob | history |
index 6db57174cf97c0d65fca0811946ad44eed3eb56f..5a8046613dd775198543f8e43c738c8fa59f4afc 100644 (file)
*/
+extern "C" { // glib-2.4 needs this
+#include <libintl.h>
+}
+
#include <glibmm/i18n.h>
#include "config.h"
diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp
index cb61a9890e044440e7e1a4b4e97595d1e923f9fa..0c0e139f7a2ea0cb341550bf108d05fc32aa9d67 100644 (file)
--- a/src/gradient-drag.cpp
+++ b/src/gradient-drag.cpp
* 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"
index 8109ef5f5ddcf62cca8dcebc8a9a0f2197b142e1..fbed6c84515835fa2eacf5efce3e6425c8be180c 100644 (file)
--- a/src/ui/widget/ruler.cpp
+++ b/src/ui/widget/ruler.cpp
* 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>