diff options
Diffstat (limited to 'intl/loadmsgcat.c')
-rw-r--r-- | intl/loadmsgcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index b9e59f5682..7238ad3507 100644 --- a/intl/loadmsgcat.c +++ b/intl/loadmsgcat.c @@ -80,7 +80,7 @@ char *alloca (); # include <inttypes.h> #endif -#include "gettext.h" +#include "gmo.h" #include "gettextP.h" #include "hash-string.h" #include "plural-exp.h" @@ -808,7 +808,7 @@ _nl_init_domain_conv (domain_file, domain, domainbinding) outcharset = _NL_CURRENT (LC_CTYPE, CODESET); # else # if HAVE_ICONV - extern const char *locale_charset (void); + extern const char *locale_charset PARAMS ((void)); outcharset = locale_charset (); # endif # endif |