diff options
| author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-24 11:00:38 -0700 |
|---|---|---|
| committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-07-24 11:00:38 -0700 |
| commit | a5a9c9f799dfbad2e542e4bd7b2c9ae7821ecb6b (patch) | |
| tree | 40f6a2c0a445216ae797c0c15dd427c7dee6a358 /src/gettext.h | |
| parent | 71b7d925970f38a993ff9f7c3f3939a0c0b8112b (diff) | |
| parent | cce210f6768ab9960248f07d2b203dfae660daac (diff) | |
| download | minetest-a5a9c9f799dfbad2e542e4bd7b2c9ae7821ecb6b.tar.xz | |
Merge pull request #36 from Oblomov/master
Some more gettext stuff
Diffstat (limited to 'src/gettext.h')
| -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 |
