From 1367e8ffff9649af7b988bfcf82a3c0ae7c1c27b Mon Sep 17 00:00:00 2001
From: ShadowNinja <shadowninja@minetest.net>
Date: Thu, 5 Feb 2015 11:49:14 -0500
Subject: [PATCH] Fix gettext

---
 src/gettext.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
GitLab