projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4f424
)
fontengine: Fix non-gettext builds
author
SmallJoker
<mk939@ymail.com>
Sat, 24 Aug 2019 16:54:51 +0000
(18:54 +0200)
committer
SmallJoker
<mk939@ymail.com>
Sat, 24 Aug 2019 17:11:50 +0000
(19:11 +0200)
src/client/fontengine.cpp
patch
|
blob
|
history
diff --git
a/src/client/fontengine.cpp
b/src/client/fontengine.cpp
index 93c3460d7ea1d4057e1984d8f87a60da807d8e75..c32d0f1a48b6b494edbe6f6893132cbfba0589a8 100644
(file)
--- 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