diff options
Diffstat (limited to 'sunrpc/clnt_perr.c')
-rw-r--r-- | sunrpc/clnt_perr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index ae6a1da7e0..7896499f82 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -39,6 +39,7 @@ static char sccsid[] = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro"; */ #include <stdio.h> #include <string.h> +#include <libintl.h> #include <rpc/types.h> #include <rpc/auth.h> #include <rpc/clnt.h> |