mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Read config from gettext.h
Otherwise the USE_GETTEXT define might not be visible.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#include "config.h" // for USE_GETTEXT
|
||||
|
||||
#if USE_GETTEXT
|
||||
#include <libintl.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user