diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-07-24 19:13:30 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-07-24 19:13:34 +0200 |
commit | a8e493122e436b3202b266db23e200e764bdabc5 (patch) | |
tree | a195803d4e599592f9d7e53495e5b2232988894a | |
parent | e00d7ee5be63ab8854032adfd586395538d3324e (diff) | |
download | minetest-a8e493122e436b3202b266db23e200e764bdabc5.tar.gz minetest-a8e493122e436b3202b266db23e200e764bdabc5.tar.bz2 minetest-a8e493122e436b3202b266db23e200e764bdabc5.zip |
Read config from gettext.h
Otherwise the USE_GETTEXT define might not be visible.
-rw-r--r-- | src/gettext.h | 2 |
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 |