From 07a4593e5cd296f589ed8f74be795ee5ba0e2071 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Aug 2017 22:21:21 -0500 Subject: Include the prefix.h defines in gettext config --- src/helper/gettext.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/helper/gettext.cpp') 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 #endif +#ifdef ENABLE_BINRELOC +#include "prefix.h" +#endif + #include #include #include @@ -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: -- cgit v1.2.3