diff options
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r-- | sunrpc/rpc_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index 7313e6ebf6..053b301aad 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -70,6 +70,9 @@ main(argc, argv) { struct commandline cmd; + /* Use the libc message catalog for translations. */ + textdomain (_libc_intl_domainname); + if (!parseargs(argc, argv, &cmd)) { f_print(stderr, _("usage: %s infile\n"), cmdname); |