Fix gettext
authorShadowNinja <shadowninja@minetest.net>
Thu, 5 Feb 2015 16:49:14 +0000 (11:49 -0500)
committerShadowNinja <shadowninja@minetest.net>
Thu, 5 Feb 2015 16:49:14 +0000 (11:49 -0500)
src/gettext.h

index 77fab895b9f96f33e4070f43c03e247faf98b54d..8e6282887632e81e0a9534ec6d6f699823b78aad 100644 (file)
@@ -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>