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:
e00d7ee
)
Read config from gettext.h
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 17:13:30 +0000
(19:13 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 17:13:34 +0000
(19:13 +0200)
Otherwise the USE_GETTEXT define might not be visible.
src/gettext.h
patch
|
blob
|
history
diff --git
a/src/gettext.h
b/src/gettext.h
index 7c3a6ffab6799049cfab1b0f3e9953402f36aa50..493f9b21ba09e2bd6c1cce8591a28e10875ff98e 100644
(file)
--- 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