diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-24 18:08:56 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-24 18:08:56 +0000 |
| commit | bc003da7e7ecd5c7b92340640a5dd757d62fbdfe (patch) | |
| tree | 715eafc16ab204aca1b8846dfee30b073cb30d3d /src/extension/dependency.cpp | |
| parent | patch reported by ylai a reader of the german ct-magazin; needed before #incl... (diff) | |
| download | inkscape-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/extension/dependency.cpp')
| -rw-r--r-- | src/extension/dependency.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 6db57174c..5a8046613 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -8,6 +8,10 @@ */ +extern "C" { // glib-2.4 needs this +#include <libintl.h> +} + #include <glibmm/i18n.h> #include "config.h" |
