From: ShadowNinja Date: Thu, 5 Feb 2015 16:49:14 +0000 (-0500) Subject: Fix gettext X-Git-Tag: 0.4.12~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1367e8ffff9649af7b988bfcf82a3c0ae7c1c27b;p=oweals%2Fminetest.git Fix gettext --- 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