summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test.cc b/src/test.cc
index ede84c3..ce8f699 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -11,6 +11,14 @@
#include "engine.h"
#include "glsprite.h"
#include "glshape.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#else
+#undef ENABLE_NLS
+#define LC_ALL 0
+#endif
+#include "gettext.h"
+
CODE_BEGINS
virtual int startup() throw (GeneralException) {