diff options
| author | Ted Gould <ted@gould.cx> | 2017-08-05 03:21:21 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2017-08-05 03:21:21 +0000 |
| commit | 07a4593e5cd296f589ed8f74be795ee5ba0e2071 (patch) | |
| tree | e851e54211f3467de416f06e0e16209d09af7e75 /src/helper/gettext.cpp | |
| parent | Grab new dependencies (diff) | |
| download | inkscape-07a4593e5cd296f589ed8f74be795ee5ba0e2071.tar.gz inkscape-07a4593e5cd296f589ed8f74be795ee5ba0e2071.zip | |
Include the prefix.h defines in gettext config
Diffstat (limited to 'src/helper/gettext.cpp')
| -rw-r--r-- | src/helper/gettext.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp index 91dfdbcb8..4d882c0cd 100644 --- a/src/helper/gettext.cpp +++ b/src/helper/gettext.cpp @@ -31,6 +31,10 @@ #include <windows.h> #endif +#ifdef ENABLE_BINRELOC +#include "prefix.h" +#endif + #include <string> #include <glibmm.h> #include <glibmm/i18n.h> @@ -107,4 +111,4 @@ void bind_textdomain_codeset_console() { fill-column:99 End: */ -// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99:
\ No newline at end of file +// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99: |
