summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-24 19:13:30 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-24 19:13:34 +0200
commita8e493122e436b3202b266db23e200e764bdabc5 (patch)
treea195803d4e599592f9d7e53495e5b2232988894a /src/gettext.h
parente00d7ee5be63ab8854032adfd586395538d3324e (diff)
downloadminetest-a8e493122e436b3202b266db23e200e764bdabc5.tar.gz
minetest-a8e493122e436b3202b266db23e200e764bdabc5.tar.bz2
minetest-a8e493122e436b3202b266db23e200e764bdabc5.zip
Read config from gettext.h
Otherwise the USE_GETTEXT define might not be visible.
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gettext.h b/src/gettext.h
index 7c3a6ffab..493f9b21b 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -1,3 +1,5 @@
+#include "config.h" // for USE_GETTEXT
+
#if USE_GETTEXT
#include <libintl.h>
#else