summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/auth_unix.c1
-rw-r--r--sunrpc/clnt_perr.c1
-rw-r--r--sunrpc/clnt_raw.c1
-rw-r--r--sunrpc/clnt_tcp.c1
-rw-r--r--sunrpc/clnt_udp.c1
-rw-r--r--sunrpc/clnt_unix.c1
-rw-r--r--sunrpc/get_myaddr.c1
-rw-r--r--sunrpc/pm_getmaps.c1
-rw-r--r--sunrpc/pmap_clnt.c1
-rw-r--r--sunrpc/pmap_rmt.c1
-rw-r--r--sunrpc/rpc_main.c1
-rw-r--r--sunrpc/rpc_scan.c1
-rw-r--r--sunrpc/svc_run.c1
-rw-r--r--sunrpc/svc_simple.c1
-rw-r--r--sunrpc/svc_tcp.c1
-rw-r--r--sunrpc/svc_udp.c1
-rw-r--r--sunrpc/svc_unix.c1
-rw-r--r--sunrpc/xdr_rec.c1
-rw-r--r--sunrpc/xdr_ref.c1
19 files changed, 19 insertions, 0 deletions
diff --git a/sunrpc/auth_unix.c b/sunrpc/auth_unix.c
index 82ef91a0de..a03ce0219a 100644
--- a/sunrpc/auth_unix.c
+++ b/sunrpc/auth_unix.c
@@ -42,6 +42,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <libintl.h>
#include <sys/param.h>
#include <rpc/types.h>
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>
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
diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c
index 1d00c79331..9a35ec1c22 100644
--- a/sunrpc/clnt_tcp.c
+++ b/sunrpc/clnt_tcp.c
@@ -54,6 +54,7 @@ static char sccsid[] = "@(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
+#include <libintl.h>
#include <rpc/rpc.h>
#include <sys/poll.h>
#include <sys/socket.h>
diff --git a/sunrpc/clnt_udp.c b/sunrpc/clnt_udp.c
index 1d9f38651b..eeac79c3e6 100644
--- a/sunrpc/clnt_udp.c
+++ b/sunrpc/clnt_udp.c
@@ -39,6 +39,7 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <unistd.h>
+#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/xdr.h>
#include <rpc/clnt.h>
diff --git a/sunrpc/clnt_unix.c b/sunrpc/clnt_unix.c
index 761ecafb05..211fcd6f79 100644
--- a/sunrpc/clnt_unix.c
+++ b/sunrpc/clnt_unix.c
@@ -50,6 +50,7 @@
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
+#include <libintl.h>
#include <rpc/rpc.h>
#include <sys/uio.h>
#include <sys/poll.h>
diff --git a/sunrpc/get_myaddr.c b/sunrpc/get_myaddr.c
index 820c7b3109..7a4bb8cb6f 100644
--- a/sunrpc/get_myaddr.c
+++ b/sunrpc/get_myaddr.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro";
#include <sys/socket.h>
#include <stdio.h>
#include <unistd.h>
+#include <libintl.h>
#include <net/if.h>
#include <sys/ioctl.h>
/* Order of following two #includes reversed by roland@gnu */
diff --git a/sunrpc/pm_getmaps.c b/sunrpc/pm_getmaps.c
index 2812b3aead..8f41a4568c 100644
--- a/sunrpc/pm_getmaps.c
+++ b/sunrpc/pm_getmaps.c
@@ -46,6 +46,7 @@ static char sccsid[] = "@(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro";
#include <netdb.h>
#include <stdio.h>
#include <errno.h>
+#include <libintl.h>
/*
* Get a copy of the current port maps.
diff --git a/sunrpc/pmap_clnt.c b/sunrpc/pmap_clnt.c
index 11e241dfcb..05cfe2fa52 100644
--- a/sunrpc/pmap_clnt.c
+++ b/sunrpc/pmap_clnt.c
@@ -36,6 +36,7 @@
#include <stdio.h>
#include <unistd.h>
+#include <libintl.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c
index f361ac3598..bfc9cc8954 100644
--- a/sunrpc/pmap_rmt.c
+++ b/sunrpc/pmap_rmt.c
@@ -41,6 +41,7 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";
#include <unistd.h>
#include <string.h>
+#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <rpc/pmap_clnt.h>
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index aec153faaa..cc3d249246 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -42,6 +42,7 @@ const char main_rcsid[] =
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <libintl.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sunrpc/rpc_scan.c b/sunrpc/rpc_scan.c
index aa988052b1..daecc32d43 100644
--- a/sunrpc/rpc_scan.c
+++ b/sunrpc/rpc_scan.c
@@ -41,6 +41,7 @@ char scan_rcsid[] =
#include <stdio.h>
#include <ctype.h>
#include <string.h>
+#include <libintl.h>
#include "rpc_scan.h"
#include "rpc_parse.h"
#include "rpc_util.h"
diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c
index d854fb4f2c..799c0125d6 100644
--- a/sunrpc/svc_run.c
+++ b/sunrpc/svc_run.c
@@ -37,6 +37,7 @@ static char sccsid[] = "@(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro";
* Wait for input, call server program.
*/
#include <errno.h>
+#include <libintl.h>
#include <rpc/rpc.h>
static int svc_stop;
diff --git a/sunrpc/svc_simple.c b/sunrpc/svc_simple.c
index 6f24dfa42a..e40bea932e 100644
--- a/sunrpc/svc_simple.c
+++ b/sunrpc/svc_simple.c
@@ -40,6 +40,7 @@ static char sccsid[] = "@(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <string.h>
+#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
#include <sys/socket.h>
diff --git a/sunrpc/svc_tcp.c b/sunrpc/svc_tcp.c
index cd24f726c9..542f9d46fa 100644
--- a/sunrpc/svc_tcp.c
+++ b/sunrpc/svc_tcp.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <unistd.h>
#include <string.h>
+#include <libintl.h>
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/poll.h>
diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c
index 3d95f4bc70..9d7846105e 100644
--- a/sunrpc/svc_udp.c
+++ b/sunrpc/svc_udp.c
@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)svc_udp.c 1.24 87/08/11 Copyr 1984 Sun Micro";
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <errno.h>
+#include <libintl.h>
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>
diff --git a/sunrpc/svc_unix.c b/sunrpc/svc_unix.c
index a34e54dd71..57c0135fb1 100644
--- a/sunrpc/svc_unix.c
+++ b/sunrpc/svc_unix.c
@@ -46,6 +46,7 @@
#include <sys/poll.h>
#include <errno.h>
#include <stdlib.h>
+#include <libintl.h>
/*
* Ops vector for AF_UNIX based rpc service handle
diff --git a/sunrpc/xdr_rec.c b/sunrpc/xdr_rec.c
index 4809589d07..101f8c85ce 100644
--- a/sunrpc/xdr_rec.c
+++ b/sunrpc/xdr_rec.c
@@ -48,6 +48,7 @@
#include <string.h>
#include <unistd.h>
#include <rpc/rpc.h>
+#include <libintl.h>
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>
diff --git a/sunrpc/xdr_ref.c b/sunrpc/xdr_ref.c
index 090925d0d7..2a9ffb1696 100644
--- a/sunrpc/xdr_ref.c
+++ b/sunrpc/xdr_ref.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)xdr_reference.c 1.11 87/08/11 SMI";
#include <string.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
+#include <libintl.h>
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>