diff options
Diffstat (limited to 'sunrpc/clnt_raw.c')
-rw-r--r-- | sunrpc/clnt_raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/clnt_raw.c b/sunrpc/clnt_raw.c index 18ae2414ab..8ed589c93d 100644 --- a/sunrpc/clnt_raw.c +++ b/sunrpc/clnt_raw.c @@ -45,6 +45,7 @@ static char sccsid[] = "@(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro"; #include <rpc/rpc.h> #include <rpc/svc.h> #include <rpc/xdr.h> +#include <libintl.h> #define MCALL_MSG_SIZE 24 |