summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2015-02-05 11:49:14 -0500
committerShadowNinja <shadowninja@minetest.net>2015-02-05 11:49:14 -0500
commit1367e8ffff9649af7b988bfcf82a3c0ae7c1c27b (patch)
treed4d0966fe27d08d6d593f5318b8fd0060d4eef77 /src/gettext.h
parent9e2a9b55e185b92074b32d3df336920f33b29e5a (diff)
downloadminetest-1367e8ffff9649af7b988bfcf82a3c0ae7c1c27b.tar.gz
minetest-1367e8ffff9649af7b988bfcf82a3c0ae7c1c27b.tar.bz2
minetest-1367e8ffff9649af7b988bfcf82a3c0ae7c1c27b.zip
Fix gettext
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.h b/src/gettext.h
index 77fab895b..8e6282887 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef GETTEXT_HEADER
#define GETTEXT_HEADER
-//#include "config.h" // for USE_GETTEXT
+#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
#include <libintl.h>