diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-24 18:43:48 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-24 18:43:48 +0000 |
| commit | 0f38b769ed93d790b5b15d80fa702cd1a67a5af5 (patch) | |
| tree | 0f1176e88c7074e5a460016951956ef46e65465a /src | |
| parent | more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.h (diff) | |
| download | inkscape-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')
| -rw-r--r-- | src/extension/error-file.cpp | 5 |
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> |
