1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Fix gettext

This commit is contained in:
ShadowNinja 2015-02-05 11:49:14 -05:00
parent 9e2a9b55e1
commit 1367e8ffff

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