X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgettext.h;h=2b9a16df37d700a57a0ff036280444cb7417c525;hp=ad29e0ab4986e9e5bc9dd965635c82c2b3d28e15;hb=e4d85a6557ee45870bee0c5a16807e48b7a3c243;hpb=912e7e968f4888d62b3c620893a70e825599973b diff --git a/lib/gettext.h b/lib/gettext.h index ad29e0ab..2b9a16df 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -24,6 +24,7 @@ /* Get declarations of GNU message catalog functions. */ # include +# include /* Shorthand notation */ @@ -60,6 +61,7 @@ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) # define _(Text) Text +# define setlocale(Category, Locale) ((const char *) (Locale)) #endif