summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gettext.h b/src/gettext.h
index 790375165..a42820a15 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -1,3 +1,4 @@
+#ifndef GETTEXT_HEADER
#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
@@ -35,3 +36,5 @@ inline void changeCtype(const char *l)
else
std::cout<<"locale has been set to:"<<ret<<std::endl;
}
+#define GETTEXT_HEADER
+#endif