summaryrefslogtreecommitdiffstats
path: root/src/helper/gettext.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2017-08-05 03:21:21 +0000
committerTed Gould <ted@gould.cx>2017-08-05 03:21:21 +0000
commit07a4593e5cd296f589ed8f74be795ee5ba0e2071 (patch)
treee851e54211f3467de416f06e0e16209d09af7e75 /src/helper/gettext.cpp
parentGrab new dependencies (diff)
downloadinkscape-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.cpp6
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: