summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2019-08-24 18:54:51 +0200
committerSmallJoker <mk939@ymail.com>2019-08-24 19:11:50 +0200
commitfbc8724d59e8ad7bff06f6764fa06612283a903a (patch)
tree97431fe8fd16106dc1cb0a71d9604373e2fa28d0 /src/client
parent0b4f424f414380b7a46270e1389e8aa0524d8fba (diff)
downloadminetest-fbc8724d59e8ad7bff06f6764fa06612283a903a.tar.gz
minetest-fbc8724d59e8ad7bff06f6764fa06612283a903a.tar.bz2
minetest-fbc8724d59e8ad7bff06f6764fa06612283a903a.zip
fontengine: Fix non-gettext builds
Diffstat (limited to 'src/client')
-rw-r--r--src/client/fontengine.cpp2
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