diff options
author | SmallJoker <mk939@ymail.com> | 2019-08-24 18:54:51 +0200 |
---|---|---|
committer | SmallJoker <mk939@ymail.com> | 2019-08-24 19:11:50 +0200 |
commit | fbc8724d59e8ad7bff06f6764fa06612283a903a (patch) | |
tree | 97431fe8fd16106dc1cb0a71d9604373e2fa28d0 /src | |
parent | 0b4f424f414380b7a46270e1389e8aa0524d8fba (diff) | |
download | minetest-fbc8724d59e8ad7bff06f6764fa06612283a903a.tar.gz minetest-fbc8724d59e8ad7bff06f6764fa06612283a903a.tar.bz2 minetest-fbc8724d59e8ad7bff06f6764fa06612283a903a.zip |
fontengine: Fix non-gettext builds
Diffstat (limited to 'src')
-rw-r--r-- | src/client/fontengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/fontengine.cpp b/src/client/fontengine.cpp index 93c3460d7..c32d0f1a4 100644 --- a/src/client/fontengine.cpp +++ b/src/client/fontengine.cpp @@ -23,9 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "config.h" #include "porting.h" #include "filesys.h" +#include "gettext.h" #if USE_FREETYPE -#include "gettext.h" #include "irrlicht_changes/CGUITTFont.h" #endif |