From aabaa41f6252bd02929773973eb875ae84eab173 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 1 Dec 2012 04:01:56 +0100 Subject: libintl.h: include locale.h fixes #1 --- include/libintl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/libintl.h b/include/libintl.h index 3a542d5..7fe915c 100644 --- a/include/libintl.h +++ b/include/libintl.h @@ -24,5 +24,9 @@ char *bindtextdomain(const char *domainname, const char *dirname); #include #define gettext_printf(args...) printf(args) +/* to supply LC_MESSAGES and other stuff GNU expects to be exported when + including libintl.h */ +#include + #endif -- cgit v1.2.1